In my scene there is occurrence of Z fighting.
- I draw a red band at z value 0.0;
- I draw a flair( Rectangle with flair texture) at the top of band at z value 0.1
- I draw a flair( Rectangle with flair texture) at the bottom of band at z value 0.2
when i rotate the scene i can see z fighting.
if i increase the z distances of the flairs than i get rid of the Z fighting.
- Why is there Z fighting happening when z distances are small ?
- Is it possible to get rid of Z fighting without increasing the z distances of the flairs ?