GTNewHorizons / Angelica

OptiFine replacement for 1.7.10
Other
254 stars 47 forks source link

Angelica leaks GL Lighting States #511

Closed Quarri6343 closed 5 days ago

Quarri6343 commented 4 months ago

Your GTNH Discord Username

Quarri6343

Mod Version

1.0.0-alpha51

Java Version

Java 17

Graphics Card Vendor

NVidia

Bug Report

See this for codes. Vanilla chest flickers when I set the directional light in Jabba item renderer https://github.com/GTNewHorizons/Jabba/pull/33 Probably unrelated to Logisticspipes chest flickering since I can't find Lighting code in its block renderer

Mod List or GTNH Pack Version

GTNH v2.6.1

Final Checklist

szuend commented 4 months ago

his might actually be related to the Logistics Pipes flickering. The TESR doesn't call setBrigthness/setColour on the Tessellator, but it happens implicitly via the CodeChickenLib's CCModel.render.

Cleptomania commented 5 days ago

This has been fixed, we now have better lighting functions in Angelica's GLSM and this lighting code was also changed in JABBA