14-06-2024, 12:38 PM
(12-06-2024, 07:37 AM)josemendez Wrote: Hi Balaji,Thank you for your reply.
There's not much involved in doing this. You just need a basic cloth setup with collision detection.
Then you need to decide on a what for the user to interact with the cloth. This can get more complicated depending on which kind of interaction you want, for instance if you want the user to be able to grab it by specific particles you'd use contact callbacks to detect when the hand is close to specific particles, then use the particles API to move these particles around.
kind regards,
Instead of directly attaching the particle to the hand, shall I attach the particle to another invisible object (such as a cube or cylinder) and then grab the invisible object with the Quest controller?