Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Jan 28, 2025
1 parent 46cb1dd commit 33b7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgpu_struct_drawindirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

import { OrbitControls } from 'three/addons/controls/OrbitControls.js';

const renderer = new THREE.WebGPURenderer({ antialias: true });
const renderer = new THREE.WebGPURenderer( { antialias: true } );
renderer.outputColorSpace = THREE.SRGBColorSpace;
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
Expand Down

0 comments on commit 33b7266

Please sign in to comment.