Meshes Flickering

Meshes Flickering in below scenarios:-
1-> zoom-in/out
2-> Upon scene.render()

Not possible to understand the reason for flickering from such limited information. Z fighting???

1 Like

Very likely since it seems to be related to the zoom (depth) of the camera.

you should adapt your camera near and far values to closely match your scene

Happening when I zoom out (larger zoom out values)

yup which confirms the z fighting issue that could be resolved by setting setting your camera near and far plane value in a lot of cases.

I believe in your case an alternate solution could be to work the zOffset on the material itself. Worth giving it a try anyway, I suppose.

1 Like