HalogenMods / Chlorine

GNU Lesser General Public License v3.0
18 stars 1 forks source link

Immersive Engineering wires don't render. #5

Closed Edulml closed 3 years ago

Edulml commented 4 years ago

Expected Behavior

The wires are visible.

Actual Behavior

The Immersive Engineering wires are invisible, I have tested this in all 3 renderer settings (2.0, 3.3, 4.3) and they stay invisible.

Reproduction Steps

Simply use the Immersive Engineering wires normally and you'll notice they are missing.

hanetzer commented 4 years ago

Versions of every mod involved and screenshots, please :)

malte0811 commented 4 years ago

If you need help from/changes on IE's side I'll be happy to help, either here or in Discord DMs (malte0811#3564).

Edit: The main problem is this line. The code is irrelevant in most cases now (it was used to make chunk culling issues look slightly less ugly), but for translucent connectors it stops the wire from rendering in both solid and translucent. Even with that changed there seem to be some issues, I'll look into it further from the IE side.

Edit2: Calling this in the relevant places in Chlorine should fix the wires not rendering at all, I still need to figure out why the colors didn't work when I tested it.

Edit3: I think I've fully fixed it now (from the Chlorine side), I'll make a PR with the changes later.