Replies: 1 comment
-
there's no difference between threejs and r3f, you can use the same effect composer 1:1. you can make it declarative if you like: https://codesandbox.io/s/r3f-instanced-colors-8fo01 but that's optional. effects don't have aliasing in webgl, you can use fxaa or smaa. also check out https://github.com/react-spring/drei (StandardEffects) |
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
-
How antialias with(or in) EffectComposer?
I'm read this. mrdoob/three.js#4287
And read this https://threejs.org/examples/webgl_postprocessing_fxaa
I used CopyShader.
And i don't know shader.
The problem is 'because temp renderer' i here.
Impossible set all renderer's antialias?
Or no possible shader somewhere?
Please help me!
Beta Was this translation helpful? Give feedback.
All reactions