Turn off anti-aliasing entirely #4655
Unanswered
HawkenKing
asked this question in
Q&A
Replies: 1 comment
-
No, that's not part of our API. I would have expected your solution to work though - I think you're on the right track. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to completely remove anti-aliasing?
I checked the effect-composer msaa function, at 0 it retains the base antialiasing applied.
Is this something we can write custom JS to alter?
I'm using the pixelate-effect and the base anti-aliasing is noticeable and undesired "upscaled" into such an effect.
I tried adding
renderer = new THREE.WebGLRenderer( { antialias: false } );
to the script.js file, however this doesn't have any effect.Beta Was this translation helpful? Give feedback.
All reactions