Skip to content

Commit

Permalink
Example webgpu_cubemap_dynamic add antialias #26649
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Aug 27, 2023
1 parent 391c8ce commit c6c77fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgpu_cubemap_dynamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit c6c77fb

Please sign in to comment.