|
|
@@ -14,12 +14,11 @@
|
|
|
<script type="importmap">
|
|
|
{
|
|
|
"imports": {
|
|
|
- "three": "../build/Three.WebGPU.js",
|
|
|
- "three/webgpu": "../build/Three.WebGPU.js",
|
|
|
- "three/tsl": "../build/Three.TSL.js",
|
|
|
+ "three": "../build/three.webgpu.js",
|
|
|
+ "three/webgpu": "../build/three.webgpu.js",
|
|
|
+ "three/tsl": "../build/three.tsl.js",
|
|
|
"three/addons/": "./jsm/",
|
|
|
"stats-gl": "https://cdn.jsdelivr.net/npm/stats-gl@3.6.0/dist/main.js"
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
</script>
|