Open lumiscosity opened 1 year ago
Ears relies on backface culling for all of its rendering. An option to add backfaces to snouts would be useful for this specific situation — it would not necessarily be desirable for all sorts of transparent/translucent snout, though.
I'm using Mine Little Pony (for transparent skin support through its underlying library, Kirin) and Ears together to make a transparent skin with Ears features. However, when looking through any faces of the skin, the snout isn't rendered. In order to make the snout transparency appear correctly from the front (where no culling of the player's face occurs), the pixels right behind it are set to 0 opacity, which leaves an awkward rectangle in the middle. This only happens when the camera is outside of the player's head.
The solution for this would be to disable the snout being culled when looking through the sides of the player's head.