-
Notifications
You must be signed in to change notification settings - Fork 6
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
Arabiki64 ordering the gsSPVertex incorrectly in the exported displaylist #40
Comments
That's an odd bug... Can you share the .S64 of the model so I can take a look at what happened there? I'm going to be doing some improvements to Sausage64 in the coming weeks, so I'm gonna have time to take care of this. |
Absolutely, here's the .S64: |
Thank you!
That's normal, you need to apply your transforms (CTRL+A). I do have an issue to handle this in the plugin though, since this is a common mistake #36 |
Ah, good to know for the future. Glad to see this is being improved, this is an invaluable tool. Without your tutorial and tools I wouldn't have been able to get this far with n64 homebrew so fast, so thank you! |
Fixed in 07d0f2a |
When I exported my model with arabiki64, I was very confused about why one of the gsSPVertex groups wasn't being lit correctly. After some poking around in the exported header, I found that it had incorrectly ordered the gsSPVertex to be before all of the rcp setup, like this:
After reordering the display list to be like this:
Everything was being lit correctly.
The text was updated successfully, but these errors were encountered: