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

feat: extend to 3D #2

Open
yusdacra opened this issue Dec 14, 2024 · 0 comments
Open

feat: extend to 3D #2

yusdacra opened this issue Dec 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yusdacra
Copy link
Owner

this should actually be relatively easy to extend to 3D by making the calculations be in 3D space by default and make the 2D ones use that just with Z set to 0. also have to use Mesh3D here obv so #1

(it would also be worthwhile to look into some sort of "subdivision" while constructing the mesh, to make it seem more detailed but keeping lower point count so we don't have to calculate a ton, especially in 3D) (alternatively, move the code into rust and possibly parallelize it)

@yusdacra yusdacra added the enhancement New feature or request label Dec 14, 2024
@yusdacra yusdacra changed the title feat: extend to 3D? feat: extend to 3D Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant