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

Increase efficiency #3

Open
dmurdoch opened this issue Oct 11, 2021 · 2 comments
Open

Increase efficiency #3

dmurdoch opened this issue Oct 11, 2021 · 2 comments

Comments

@dmurdoch
Copy link
Owner

Currently all integers are 4 bytes; we could use smaller ones.

Currently there's no sharing of materials between meshes

@dmurdoch
Copy link
Owner Author

Commit d5c7a78 adds smaller integer handling

@dmurdoch
Copy link
Owner Author

dmurdoch commented Nov 8, 2021

Materials are now shared. Attributes should be sharable as well, perhaps by memoization.

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

No branches or pull requests

1 participant