Skip to content

Commit 04cc613

Browse files
authored
Update webgpu_compute_particles_snow.html
Fix links.
1 parent cf27b9f commit 04cc613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/webgpu_compute_particles_snow.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<script type="importmap">
1515
{
1616
"imports": {
17-
"three": "../src/Three.WebGPU.js",
18-
"three/webgpu": "../src/Three.WebGPU.js",
17+
"three": "../build/three.webgpu.js",
18+
"three/webgpu": "../build/three.webgpu.js",
1919
"three/tsl": "../build/three.tsl.js",
2020
"three/addons/": "./jsm/",
2121
"stats-gl": "https://cdn.jsdelivr.net/npm/[email protected]/dist/main.js"

0 commit comments

Comments
 (0)