Software Odd Visual Glitch

MercuryGlider

Member
Joined
Aug 15, 2020
Messages
38
Reaction score
43
Points
18
Location
Arizona
Hello, so not sure if this just a D3D9 visual glitch or for both the standard and .ng version. Anyways the bug is something I also dealed with but finally realized someone could help me. It's this whenever it likes zoomed in from really far away, it happens with every addon I have if you zoom in enough, also noticed it happens at 10 fov sometimes so not a bug cause of a addon I use that let's you zoom in to 0.2 fov like I thought. So can anyone tell me if this is fixable and if so, how? Screenshot (3509).png
 

kuddel

Donator
Donator
Joined
Apr 1, 2008
Messages
2,064
Reaction score
507
Points
113
This looks like Z-fighting (or z-buffer-fighting). The only "fix" I can imagine is to write a special zoom plugin, that "moves" the camera much closer to the object on the line of sight, so z-fighting is strongly reduced.
Other tan that, it's a known issue you cannot do much against.
 
Top