Any way to draw particles of different radii fast? #8586
Dadmehr-Ghasemfar
started this conversation in
Docs
Replies: 1 comment
-
You might want to check out the drawing module ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to draw spheres of different radii. When I use the particles function below, they can only be set to ONE radius.
I fixed this by manually looping through the particles and adding each to the scene individually, as shown below. This ends up being significantly slower runtime.
Ideally, I want something like this, but this does not seem to be possible.
How can I draw many particles of different sizes without sacrificing runtime by manually looping??
For context, here is how I define the above fields
Beta Was this translation helpful? Give feedback.
All reactions