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

Hierarchical Particle Fields #2

Open
half-potato opened this issue Apr 27, 2023 · 1 comment
Open

Hierarchical Particle Fields #2

half-potato opened this issue Apr 27, 2023 · 1 comment

Comments

@half-potato
Copy link

I can see that you implemented some kind of multi level system for your particles. Does it just concatenate the features from each level? It doesn't seem to do much. Why is this and are you working on improving how the hierarchy works?

@jc211
Copy link
Owner

jc211 commented Apr 29, 2023

A hierarchical system was implemented but I did not get to explore its capabilities. You add levels by making the n_particles and search radii fields in the config an array of multiple values. The features are just concatenated from each level and each level can have its own search radius and number of particles. The viewer allows you to switch between levels using a slider and the level properties shown can then be adjusted.

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

2 participants