#how can i fix this animation error?
4 messages · Page 1 of 1 (latest)
It looks like you have applied tags to this post that conflict. Please only apply the tags that are relevant to your post. We can only help you if we know the context of your question, and applying incorrect tags makes this confusing.
You can refer to #1029468016594911232 for a description of what each tag is for!
Please make sure to read #1029468016594911232 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
!faq z-fighting
Explanation: Z-fighting is a term used in situations where two planes overlap each other on the same depth plane. The visual glitching looks like the textures are fighting over which one is getting shown (hence the name).
"Fix": Offset the glitching elements from each other by a small amount. An easy way for example is to type +0.01 or +-0.01 in the position value field (top right) of the relevant axis (That trick also works for other value fields and with other math functions like * and /, just fyi.).