[Rendering Issues]
DarianLStephens opened this issue ยท 1 comments
Describe the bug
With this mod installed, blocks lose their mipmapping, and trees look super weird.
To Reproduce
Steps to reproduce the behavior:
- Install Neutrino on 1.18
- Look at trees, or and block at an oblique angle.
Expected behavior
For rendering to be unaffected by the simple existence of this mod.
Screenshots
With the mod. Note how you can see the trunks through the leaves very easily, and how grainy the entire image is.
Without the mod. Distant textures are smoothed, and leaves look much more natural.
Desktop (please complete the following information):
- Fabric Loader Version: [0.12.5]
- Fabric Version: [...also 0.12.5?]
Additional context
This sort of thing is usually caused by incorrectly handling GL states, usually changing something and then not setting it back when your custom rendering is done.
The leaves also seem to lack ambient occlusion, which might be a bad-looking consequence of the feature allowing you to walk through them.
Okay, so I believe I know what causes this issue, it's the Slow Falling/ No Collision Leaves. I believe this is because all I do to the leaves is make them into cobwebs essentially, which means it will try to turn them transparent, so yo can see the border of other leaves through leaves. I don't yet know how to fix it, but I will start to look at it and see what I can do.