
LookingGlass/Security Craft Minor Incompatability
MekaBread opened this issue ยท 2 comments
Your GTNH Discord Username
bre_ad
Mod Version
1.0.0-beta28
Bug Report
Whenever LookingGlass is used alongside Security Craft it breaks the rendering and puts the entire LookingGlass view over the screen.
Java Version
Java 8
Graphics Card Vendor
NVidia
Shaders
No
MCPF or other features disabled by default
No: Go ahead and create an issue
Mod List or GTNH Pack Version
Final Checklist
- I have searched the issues and haven't found a similar issue.
- I have read the known incompatibilities and this is not related to one of those.
- I am running an officially released version. (Or, if I've compiled it myself I plan to fix the issue)
Having same issue. Seems it's coming from this line: https://github.com/XCompWiz/LookingGlass/blob/70cb8ad8c2f5854635a58db8c9c443a62a50eb57/src/main/java/com/xcompwiz/lookingglass/client/render/RenderUtils.java#L50.
Not sure what's creating the issue though. Could it be framebuffer managing, viewport modification or something like that?
The issue comes due to Angelica probably rebinding minecraft's framebuffer while rendering the world. The issue can be fixed in LookingGlass itself. I tried to address this issue in a fork: https://github.com/Toshayo/LookingGlass