Przeglądaj źródła

fix texture path (#31217)

sunag 11 miesięcy temu
rodzic
commit
26b3fa29b5

BIN
examples/screenshots/webgpu_sandbox.jpg


+ 1 - 1
examples/webgpu_sandbox.html

@@ -67,7 +67,7 @@
 					.setTranscoderPath( 'jsm/libs/basis/' )
 					.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
 

+ 0 - 1
test/e2e/puppeteer.js

@@ -126,7 +126,6 @@ const exceptionList = [
 	'webgpu_compute_texture_pingpong',
 	'webgpu_compute_water',
 	'webgpu_materials',
-	'webgpu_sandbox',
 	'webgpu_video_panorama',
 	'webgpu_postprocessing_bloom_emissive',
 	'webgpu_lights_tiled',

粤ICP备19079148号