Browse Source

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

sunag 1 year ago
parent
commit
c6c77fbbd5
1 changed files with 1 additions and 1 deletions
  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 );