Просмотр исходного кода

Update webgpu_compute_particles_snow.html

Fix links.
Michael Herzog 1 год назад
Родитель
Сommit
04cc613c9d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      examples/webgpu_compute_particles_snow.html

+ 2 - 2
examples/webgpu_compute_particles_snow.html

@@ -14,8 +14,8 @@
 		<script type="importmap">
 			{
 				"imports": {
-					"three": "../src/Three.WebGPU.js",
-					"three/webgpu": "../src/Three.WebGPU.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"

粤ICP备19079148号