-
Notifications
You must be signed in to change notification settings - Fork 74
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
Broken mat revert displaylists causing vanish cap state to bleed into other displaylists #331
Comments
Is that not the metal mario override? it seems to be applying the metal material, drawing the foot geometry, reverting metal mario, and then reverting everything (because its the last dl called in the mario model when using metal mario). |
doesn't happen when using 8dd4abd |
Fixed in 1d2e6ae |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When exporting Mario's model, the vanish cap state visibly bleeds into other transparent displaylists. I theorize the whole introduction of F3DEX3 and mat bleeding may have created this bug. This has never occurred until recently and has caused issues for lots of character pack creators on sm64coopdx.
This screenshot was taken on sm64coopdx, a Super Mario 64 PC Port based project.
I'm not exactly an expert at reading and understanding displaylists, but this one for example doesn't look right. It's running the same list of commands twice after the displaylist calls. Using an older version of Fast64 is currently the only real fix for us.
The text was updated successfully, but these errors were encountered: