Mr.doob 8 месяцев назад
Родитель
Сommit
6e564589c5
1 измененных файлов с 3 добавлено и 4 удалено
  1. 3 4
      examples/webgpu_shadowmap_array.html

+ 3 - 4
examples/webgpu_shadowmap_array.html

@@ -14,12 +14,11 @@
 		<script type="importmap">
 			{
 				"imports": {
-					"three": "../build/Three.WebGPU.js",
-					"three/webgpu": "../build/Three.WebGPU.js",
-					"three/tsl": "../build/Three.TSL.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"
-
 				}
 			}
 		</script>

粤ICP备19079148号