Explorar o código

Update webgpu_sandbox.html

Fix texture path.
Michael Herzog hai 10 meses
pai
achega
42d9c2b601
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgpu_sandbox.html

+ 1 - 1
examples/webgpu_sandbox.html

@@ -67,7 +67,7 @@
 					.setTranscoderPath( 'jsm/libs/basis/' )
 					.setTranscoderPath( 'jsm/libs/basis/' )
 					.detectSupportAsync( renderer );
 					.detectSupportAsync( renderer );
 
 
-				const ktxTexture = await ktxLoader.loadAsync( './textures/compressed/sample_uastc_zstd.ktx2' );
+				const ktxTexture = await ktxLoader.loadAsync( './textures/ktx2/2d_uastc.ktx2' );
 
 
 				// box mesh
 				// box mesh
 
 

粤ICP备19079148号