Why do some floors blink? like a bug?..In the screenshoot I show you what happens
sonictimm
(sonictimm)
January 28, 2020, 7:43pm
2
If it’s a very fast flickering, you might be dealing with Z-Fighting. Check your floor’s geometry to make sure that two polygons are not in the same place at the same time.
Z-fighting, also called stitching or planefighting, is a phenomenon in 3D rendering that occurs when two or more primitives have very similar distances to the camera. This would cause them to have near-similar or identical values in the z-buffer, which keeps track of depth. This then means that when a specific pixel is being rendered, it is nearly random which one of the two primitives are drawn in that pixel because the z-buffer cannot distinguish precisely which one is farther from the other.[1...
Thank you very much for the answer, I didn’t know that kind of thing, I learned something today … I managed to fix it, it was a material