This repository was archived by the owner on May 11, 2025. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="description " content ="GLTF v2.0 (GL Transmission Format) Viewer - supported formats: GLTF + BIN, GLB, DRC ">
7
7
< link rel ="shortcut icon " href ="../../images/favicon.ico " type ="image/x-icon "/>
8
8
9
- < script async src ="https://cdn.jsdelivr.net/npm/es-module-shims@1.8.3/dist/es-module-shims.js "> </ script >
9
+ < script async src ="https://cdn.jsdelivr.net/npm/es-module-shims@1.8.3/dist/es-module-shims.min. js "> </ script >
10
10
11
11
< script type ="importmap ">
12
12
{
40
40
import { KTX2Loader } from "three/addons/loaders/KTX2Loader.min.js" ;
41
41
import { RGBELoader } from "three/addons/loaders/RGBELoader.min.js" ;
42
42
import { DRACOLoader } from "three/addons/loaders/DRACOLoader.min.js" ;
43
- import { GLTFLoader } from "../static/jsm/loaders/GLTFLoader.min. js" ;
44
- import { OrbitControls } from "../static/jsm/controls/OrbitControls.min. js" ;
45
- import { OrbitControlsGizmo } from "../static/jsm/controls/OrbitControlsGizmo.min. js" ;
46
- import GLTFVideoTextureExtension from "../static/jsm/extensions/loaders/EXT_texture_video/EXT_texture_video.min. js" ;
43
+ import { GLTFLoader } from "../static/jsm/loaders/GLTFLoader.js" ;
44
+ import { OrbitControls } from "../static/jsm/controls/OrbitControls.js" ;
45
+ import { OrbitControlsGizmo } from "../static/jsm/controls/OrbitControlsGizmo.js" ;
46
+ import GLTFVideoTextureExtension from "../static/jsm/extensions/loaders/EXT_texture_video/EXT_texture_video.js" ;
47
47
48
48
THREE = three_js ;
49
49
fflate = fflate_js ;
You can’t perform that action at this time.
0 commit comments