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

Doorway model glitch #128

Open
TBoshoven opened this issue Apr 19, 2023 · 5 comments
Open

Doorway model glitch #128

TBoshoven opened this issue Apr 19, 2023 · 5 comments
Labels
bug Something isn't working minecraft 1.19.2 Minecraft 1.19.2 minecraft 1.19.4 Minecraft 1.19.4 mod magic doorknob Mod: Magic Doorknob

Comments

@TBoshoven
Copy link
Owner

Reported by Baruc in CurseForge:

I noticed that if you place the door at wall extremities, it gives a texture glitch.

MC door

I managed to reproduce this issue in 1.19.4. It seems to cull some vertices it shouldn't, but it's not consistent: changing camera angles and moving around changes it.

@TBoshoven TBoshoven added bug Something isn't working mod magic doorknob Mod: Magic Doorknob minecraft 1.19.2 Minecraft 1.19.2 minecraft 1.19.4 Minecraft 1.19.4 labels Apr 19, 2023
@TBoshoven
Copy link
Owner Author

After playing around a bit, I can only reproduce this with Rubidium enabled. Without Rubidium, it works as expected.

@TBoshoven
Copy link
Owner Author

Looks like "Block Face Culling" is the problematic option:
2023-04-19_19 42 45

@TBoshoven
Copy link
Owner Author

TBoshoven commented Apr 20, 2023

It seems like it has come up for Create as well.
Looks like I got my face culling wrong, or maybe Rubidium's face culling doesn't play nicely with Forge element models (forge:elements).

@TBoshoven
Copy link
Owner Author

I verified that the configured culling is correct, but it doesn't cull as expected with Rubidium.

@TBoshoven
Copy link
Owner Author

Looks like this is (now?) also broken in plain Neoforge.
Related bug report: neoforged/NeoForge#1623

I'll likely just remove culling entirely until I'm certain it'll work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minecraft 1.19.2 Minecraft 1.19.2 minecraft 1.19.4 Minecraft 1.19.4 mod magic doorknob Mod: Magic Doorknob
Projects
None yet
Development

No branches or pull requests

1 participant