Zizhang Li
Zizhang Li
Seems it's possible to use `entity.solver.particles.to_numpy()['pos']` to get property like position. I wonder if there exists a more formal interface? Also when entities are with materials like liquid or fluid,...
Hi, Thanks for the reply! Good to know there are a bunch of interfaces on getting properties for particles. I'm still curious if there is anyway to get the properties...
Thanks for the reply! 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...
No worry I find a simple (and hacky) way is: 1. define a new `morph` class to load particle positions, 2. assign the material as PBD.Particle, since now only pbd_solver...