pointLight generate moire on objects #654
AlbertoRocaM
started this conversation in
General
Replies: 2 comments
-
You're going to need to show some code if you want us to tell you what to change. |
Beta Was this translation helpful? Give feedback.
0 replies
-
i think you can fix this with shadow-bias={...}, try positive values and negative values, really small ones like -0.000001 and then removing zeros until it looks ok. never seen it look like that though. |
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
-
I'm loading a model gltf and adding some pointLight to the scene. I have this issue when the light is far from the object. I've try with softShadow() from drei and some properties from lights like shadowMapHeight but nothing work. I don't really know how to search about it so hope someone knows at least what's is happening.
Thxs
Beta Was this translation helpful? Give feedback.
All reactions