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

Marching cubes index caching may be broken #2

Closed
swiftcoder opened this issue Mar 20, 2018 · 1 comment
Closed

Marching cubes index caching may be broken #2

swiftcoder opened this issue Mar 20, 2018 · 1 comment
Labels

Comments

@swiftcoder
Copy link
Owner

The linear hashed marching cubes algorithm is producing meshes with roughly the same number of triangles, but half the number of unique vertices compared to the basic marching cubes algorithm.

This likely means that my (overcomplicated) index cache isn't actually deduplicating all of the vertices that it should be. This issue is to verify whether the index cache is actually working correctly, and fix it if necessary. If it makes sense to simplify the index cache logic in the process, that'd be a general win.

@swiftcoder swiftcoder added the bug label Mar 20, 2018
@swiftcoder
Copy link
Owner Author

Closed by #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant