Skip to content

Commit

Permalink
add antialias
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Apr 25, 2024
1 parent 23a4de2 commit 09bf82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/editors/PreviewEditor.js
Expand Up @@ -92,7 +92,8 @@ export class PreviewEditor extends BaseNodeEditor {

const renderer = new WebGPURenderer( {
canvas,
alpha: true
alpha: true,
antialias: true
} );

renderer.autoClear = false;
Expand Down

0 comments on commit 09bf82a

Please sign in to comment.