Antiblocks Behaving Unusually?
SalmonSays opened this issue · 5 comments
I seem to have a recollection of anti-blocks behaving differently in the 1.7.10-ish days, and I'm not sure if this is an intended change or not. Pictured below are black anti-blocks in their current state per "Chisel-MC1.12.2-0.2.1.35":
They have a gradient which is influenced by lighting. I could have sworn they were meant to behave like this:
Where outside lighting doesn't affect them and they act like a fullbright solid-color while not producing any environmental light.
The second set of pictured blocks are Mekanism's Black Plastic blocks, but unfortunately they only produce this effect for black and don't work the same way for any colored set. This fullbright effect was especially useful for black/white to simulate depths and with green to provide a perfectly-keyed and evenly lit greenscreen.
Fixed via cbc20a5 and the conversion to CTM models.
Our antiblock models need to set the ambientocclusion flag to false. This will be part of the ongoing effort to port our models to the new CTM format.
They are not intended to have any shading whatsoever, it is a bug. However fixing it will take some time since it's part of a long list of TODOs.