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

does cache need to store v and n? #16

Closed
kyy13 opened this issue Feb 23, 2022 · 2 comments
Closed

does cache need to store v and n? #16

kyy13 opened this issue Feb 23, 2022 · 2 comments

Comments

@kyy13
Copy link
Owner

kyy13 commented Feb 23, 2022

should be able to get away with just storing indices

@kyy13
Copy link
Owner Author

kyy13 commented Feb 23, 2022

v is needed for small-triangle culling. research if the number of small triangles culled is relevant enough to keep.

n is not needed, it can be stored elsewhere

@kyy13
Copy link
Owner Author

kyy13 commented Mar 14, 2022

fixed to just store indices.
culling small triangles was very negligible in all cases

@kyy13 kyy13 closed this as completed Mar 14, 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

No branches or pull requests

1 participant