Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Mar 6, 2024
1 parent 4686787 commit dff30ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export const initBunBench = async (count = 100000) => {
if (!canvas) return;
const renderer = new WebGLRenderer({
canvas,
powerPreference: 'high-performance',
antialias: true
powerPreference: 'high-performance'
});

renderer.outputColorSpace = SRGBColorSpace;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export const initDemonBench = async (count = 100000) => {
if (!canvas) return;
const renderer = new WebGLRenderer({
canvas,
powerPreference: 'high-performance',
antialias: true
powerPreference: 'high-performance'
});

renderer.outputColorSpace = SRGBColorSpace;
Expand Down

0 comments on commit dff30ef

Please sign in to comment.