Explorar o código

Example `webgpu_cubemap_dynamic` add antialias https://github.com/mrdoob/three.js/pull/26649

sunag hai 1 ano
pai
achega
c6c77fbbd5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgpu_cubemap_dynamic.html

+ 1 - 1
examples/webgpu_cubemap_dynamic.html

@@ -62,7 +62,7 @@
 
 				}
 
-				renderer = new WebGPURenderer( /*{ antialias: true }*/ );
+				renderer = new WebGPURenderer( { antialias: true } );
 				renderer.setPixelRatio( window.devicePixelRatio );
 				renderer.setSize( window.innerWidth, window.innerHeight );
 				renderer.setAnimationLoop( animation );