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

Meshing is not optimized #3

Open
bast opened this issue Jun 9, 2019 · 2 comments
Open

Meshing is not optimized #3

bast opened this issue Jun 9, 2019 · 2 comments

Comments

@bast
Copy link
Collaborator

bast commented Jun 9, 2019

  • I think the data is not aligned with the meshing triple loops
  • The meshing algorithm loops over all voxels but for typical molecular densities we could screen away many voxels or entire planes
@bast
Copy link
Collaborator Author

bast commented Jun 9, 2019

Idea: implement efficient meshing in Rust and compile to WebAssembly.

Just to not give a wrong impression: meshing is not slow now but I believe it could be snappier yet, especially for finer grids.

@bast
Copy link
Collaborator Author

bast commented Jun 15, 2019

Another idea: screen entire columns of voxels based on a minimum or maximum value of a column.

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