sunag před 4 dny
rodič
revize
478c9d41cd
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      examples/webgpu_compute_rasterizer_ibl.html

+ 3 - 3
examples/webgpu_compute_rasterizer_ibl.html

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

粤ICP备19079148号