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

[WIP] Generalize internal working types #35

Merged
merged 8 commits into from
Aug 4, 2019
Merged

Conversation

sjkelly
Copy link
Member

@sjkelly sjkelly commented Jul 24, 2019

This is the implementation of #34, currently only on Marching Cubes. I am also working to modernize and optimize the MarchingTetrahedra implementation. The current changes are more than 2x faster and I should be able to implement the direct function sampling API for this method as well.

src/common.jl Outdated Show resolved Hide resolved
src/marching_cubes.jl Outdated Show resolved Hide resolved
src/marching_cubes.jl Outdated Show resolved Hide resolved
@sjkelly
Copy link
Member Author

sjkelly commented Aug 4, 2019

This covers all the algorithms now. My plan is to simplify the internals with a general isosurface function returning a tuple of Vector{VertType}, Vector{FaceType}, so we have something similar to matlab and without type piracy. This should also simplify a lot of the internals.

@sjkelly sjkelly merged commit 3c54a6b into master Aug 4, 2019
@sjkelly sjkelly deleted the sjk/workingprecision branch January 21, 2020 10:11
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.

None yet

2 participants