Andy90 Posted April 27, 2024 Posted April 27, 2024 Some textures are flickering. https://streamable.com/bezza2 Quote
Andy90 Posted April 27, 2024 Author Posted April 27, 2024 i testet it with the old shaders and it result in the same problem. The flickering is more intensive if the distance from the model to the center position (0,0,0) is higher. 1 Quote
Josh Posted April 30, 2024 Posted April 30, 2024 It looks like the triangle indices are being modified in memory?... I am not seeing anything wrong on an AMD 6600. What GPU is this occurring with? Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Solution Andy90 Posted April 30, 2024 Author Solution Posted April 30, 2024 An RTX 3060. Its kinda wired i test it in a new project without an issue. But in my game project it still occuring. Even with an empty map https://streamable.com/l5f7uw Seems its related to this line of code camera->SetRange(0.001, 1000.0); if i use this, the flickering is there. If i comment it out the flickering is starting you can see it in the video below https://streamable.com/aehnbd Quote
Josh Posted April 30, 2024 Posted April 30, 2024 Ah, that makes sense. The depth range has a limited precision, so this is behaving pretty much as I would expect. What you are seeing is z-fighting. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.