-
Notifications
You must be signed in to change notification settings - Fork 100
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
render issue #13
Comments
Trippy. |
Do you have More Player Models installed, by any chance? |
Nope |
Can you give us a modlist? And tell us what graphics card you have? :) |
1.7.10-Forge10.13.4.1448-1.7.10 Graphics card: Nvidia GeForce GT 610 |
The transparency one is easy, I just forgot to turn off writing to the z-buffer for the effect layer. The other one I still don't understand though... I think I might have to change how the texture coordinates are passed to the shader since this keeps happening. Which is a shame, since it's a lot of values and currently passed in as a single list instead of 40(!) uniforms. |
build in cda8ce6
The text was updated successfully, but these errors were encountered: