You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to load a large number of points(spheres) into genesis as one entity? In my case these points can be set to still, mainly for collision detection with other entites. And since in my case the points number are very large (~1e5), I assume it's not possible to directly use sphere morph for each point.
Is the current "particle entity" suitable for this case (assign many points as particles to one entity)? And how to initialize it?
Thanks for your answer in advance!!
The text was updated successfully, but these errors were encountered:
I don't think the current released code can do this. One hacky way is probably to initialize a "particle entity" for example MPM, and then manually fix them in each timesteps.
In this case, is there an example code of how I can use a bunch of particle locations to initialize the morphs for this entity? Or even a hacky way of where do you suggest to directly reset all the sampled particles in a MPM entity
Hi,
Is there a way to load a large number of points(spheres) into genesis as one entity? In my case these points can be set to still, mainly for collision detection with other entites. And since in my case the points number are very large (~1e5), I assume it's not possible to directly use sphere morph for each point.
Is the current "particle entity" suitable for this case (assign many points as particles to one entity)? And how to initialize it?
Thanks for your answer in advance!!
The text was updated successfully, but these errors were encountered: