@needle-tools/gltf-progressive
Version:
three.js support for loading glTF or GLB files that contain progressive loading data
6 lines (5 loc) • 308 B
TypeScript
export declare function isDebugMode(): string | boolean;
export declare function getParam(name: string): boolean | string;
export declare function resolveUrl(source: string | undefined, uri: string): string;
/** @returns `true` if it's a phone or tablet */
export declare function isMobileDevice(): boolean;