File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
< body >
13
13
< link rel ="stylesheet " href ="css/main.css ">
14
14
15
+ < script type ="importmap ">
16
+ {
17
+ "imports" : {
18
+ "three" : "../build/three.module.js" ,
19
+ "three/addons/" : "../examples/jsm/" ,
20
+
21
+ "three/examples/" : "../examples/" ,
22
+ "three-gpu-pathtracer" : "https://cdn.jsdelivr.net/npm/three-gpu-pathtracer@0.0.23/build/index.module.js" ,
23
+ "three-mesh-bvh" : "https://cdn.jsdelivr.net/npm/three-mesh-bvh@0.7.4/build/index.module.js"
24
+ }
25
+ }
26
+ </ script >
27
+
15
28
< script src ="../examples/jsm/libs/draco/draco_encoder.js "> </ script >
16
29
17
30
< link rel ="stylesheet " href ="js/libs/codemirror/codemirror.css ">
45
58
< script src ="js/libs/tern-threejs/threejs.js "> </ script >
46
59
< script src ="js/libs/signals.min.js "> </ script >
47
60
48
- < script type ="importmap ">
49
- {
50
- "imports" : {
51
- "three" : "../build/three.module.js" ,
52
- "three/addons/" : "../examples/jsm/" ,
53
-
54
- "three/examples/" : "../examples/" ,
55
- "three-gpu-pathtracer" : "https://cdn.jsdelivr.net/npm/three-gpu-pathtracer@0.0.23/build/index.module.js" ,
56
- "three-mesh-bvh" : "https://cdn.jsdelivr.net/npm/three-mesh-bvh@0.7.4/build/index.module.js"
57
- }
58
- }
59
- </ script >
60
-
61
61
< script type ="module ">
62
62
63
63
import * as THREE from 'three' ;
You can’t perform that action at this time.
0 commit comments