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

Update webgpu_postprocessing_ssr.html

Clean up.
Michael Herzog 1 год назад
Родитель
Сommit
5ae1aa2882
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/webgpu_postprocessing_ssr.html

+ 1 - 1
examples/webgpu_postprocessing_ssr.html

@@ -20,7 +20,7 @@
 		{
 			"imports": {
 				"three": "../build/three.webgpu.js",
-					"three/webgpu": "../build/three.webgpu.js",
+				"three/webgpu": "../build/three.webgpu.js",
 				"three/tsl": "../build/three.tsl.js",
 				"three/addons/": "./jsm/"
 			}

粤ICP备19079148号