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

Updated mutable Walkmesh format #23

Merged
merged 2 commits into from
Jul 25, 2022
Merged

Updated mutable Walkmesh format #23

merged 2 commits into from
Jul 25, 2022

Conversation

LaneDibello
Copy link
Owner

The walkmesh format is now correct and fully mutable.

Only previously public properties that have changed are Faces and and Verts, Which are no longer readonly.

Additional publicly facing members have been added. Some clean-up may still need to happen for documentation and correct property separation. Though hopefully this should just be plug and play for projects dependent on this class.

One things to note, reading in walk meshes for Dune Sea modules is oddly slow compared to the other meshes. Part of this is file size, but it doesn't seem to be a very linear growth. Some optimization may need to be done.

So we might want to consider adding a method for getting a lighter weight version (i.e. Verts, Faces, and materials only). This version would have to be immutable though.

@LaneDibello LaneDibello merged commit 1cb6f25 into master Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant