Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional snout backfaces #140

Open
lumiscosity opened this issue Sep 26, 2023 · 1 comment
Open

Optional snout backfaces #140

lumiscosity opened this issue Sep 26, 2023 · 1 comment

Comments

@lumiscosity
Copy link

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.

2023-09-26_14 07 33
2023-09-26_14 07 38

The solution for this would be to disable the snout being culled when looking through the sides of the player's head.

@unascribed
Copy link
Owner

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.

@unascribed unascribed changed the title [Request] Add a way to disable snout culling Optional snout backfaces Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants