Angelica

Angelica

125k Downloads

Angelica leaks GL Lighting States

Quarri6343 opened this issue ยท 2 comments

commented

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
GTNewHorizons/Jabba#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

  • 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)
  • This issue is not related to a feature that is disabed by default - Shaders, MCPF, etc. [They'll be enabled when they're ready for testing]
commented

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.

commented

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