Skip to content

Commit 6e56458

Browse files
committed
Examples: Fixed imports.
1 parent 72df8da commit 6e56458

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/webgpu_shadowmap_array.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@
1414
<script type="importmap">
1515
{
1616
"imports": {
17-
"three": "../build/Three.WebGPU.js",
18-
"three/webgpu": "../build/Three.WebGPU.js",
19-
"three/tsl": "../build/Three.TSL.js",
17+
"three": "../build/three.webgpu.js",
18+
"three/webgpu": "../build/three.webgpu.js",
19+
"three/tsl": "../build/three.tsl.js",
2020
"three/addons/": "./jsm/",
2121
"stats-gl": "https://cdn.jsdelivr.net/npm/[email protected]/dist/main.js"
22-
2322
}
2423
}
2524
</script>

0 commit comments

Comments
 (0)