-
Notifications
You must be signed in to change notification settings - Fork 2
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
Import 3D model information, type 0x0F #23
Comments
I had a look at the obj3d documentation of TSSHP, worked on a simple tool to verify the format - crosschecked with the implementation and found a few errors. |
After writing the export function in chunkie it became apparent that the fixed values are not 32/8 values, but 32/16 values. Models were way to big and the U/V coordinates beyond ranges of 0..1 . |
Import the information about 3D models from TSSHP.
Verify with the original implementation what already worked.
The text was updated successfully, but these errors were encountered: