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

Displaying heatmap on 3D objects #4

Open
MYousry2002 opened this issue Jul 20, 2023 · 1 comment
Open

Displaying heatmap on 3D objects #4

MYousry2002 opened this issue Jul 20, 2023 · 1 comment

Comments

@MYousry2002
Copy link

Hi!

Thank you for developing this tool!

I'm trying to display a heatmap on the surface of a 3d object (i.e. a sphere) based on the number of other smaller 3d objects (i.e. cubes) inside the sphere at a given location. I'm wondering if there is a way to use your tool to accomplish this task or a similar one.

@kDanik
Copy link
Owner

kDanik commented Jul 30, 2023

Hello,

The current implementation only supports the heatmap in the form of a box, so a sphere wouldn't be possible, without modifications. An easy (and dirty) way to do it would be to remove all the particles, that are not inside your sphere. You could do it in a separate script.

I might add an extra visualization option in the future, that will use shader instead of the particle system, but not anytime soon.

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