Wakaba2 / World-Renderer

This plugin allows you to render objects to the sky and world
MIT License
0 stars 0 forks source link

Minor visual bug when picking up items #5

Closed Nwago-Dev closed 1 month ago

Nwago-Dev commented 3 months ago

I've rendered multiple planes with different opacities to create a fog effect, which works perfectly, but it creates this flash of orange whenever I pick up an item while looking down. I Hate Wandering Trader Sounds

All I can assume is that for some reason, the orange planes render in front of the actual level when that is happening.

Wakaba2 commented 3 months ago

Enable depth test and depth mask before rendering.

Nwago-Dev commented 1 month ago

This fixed my issue, thank you.