28-02-2025, 09:18 AM
(28-02-2025, 06:47 AM)vrtraining Wrote: Hi,
I need to track the the transform of cloth particles or specially 2 individual corner particles who I have assigned Particle Group named lets say "Left Corner Particle" and "Right Corner Particle".
Is there is any way I can fetch the transform using Particle Group?
Hi,
Particles don't have transforms in the literal sense of the word (4x4 matrices). They have separate position, orientation and radii values stored in the solver's data arrays. You can access those using the particles API.
kind regards,