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

Update webgpu_mrt_mask.html

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

+ 2 - 2
examples/webgpu_mrt_mask.html

@@ -16,8 +16,8 @@
 		<script type="importmap">
 			{
 				"imports": {
-					"three": "../src/Three.WebGPU.js",
-					"three/tsl": "../src/Three.WebGPU.js",
+					"three": "../build/three.webgpu.js",
+					"three/tsl": "../build/three.webgpu.js",
 					"three/addons/": "./jsm/"
 				}
 			}

粤ICP备19079148号