Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Towel simulation in Quest
#2
(12-06-2024, 07:31 AM)balaji.v Wrote: Hi,

I am working on a VR project where I need to grab a towel using a controller and then fold and unfold it, as well as rub the cloth on other objects with collision.

Could you please suggest possible ways to achieve the above simulation?


Thanks.

Hi Balaji,

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,
Reply


Messages In This Thread
Towel simulation in Quest - by balaji.v - 12-06-2024, 07:31 AM
RE: Towel simulation in Quest - by josemendez - 12-06-2024, 07:37 AM
RE: Towel simulation in Quest - by balaji.v - 14-06-2024, 12:38 PM
RE: Towel simulation in Quest - by josemendez - 14-06-2024, 02:27 PM
RE: Towel simulation in Quest - by balaji.v - 25-06-2024, 01:36 PM
RE: Towel simulation in Quest - by josemendez - 25-06-2024, 01:49 PM
RE: Towel simulation in Quest - by balaji.v - 25-06-2024, 03:38 PM
RE: Towel simulation in Quest - by josemendez - 26-06-2024, 08:58 AM
RE: Towel simulation in Quest - by balaji.v - 28-06-2024, 09:27 AM
RE: Towel simulation in Quest - by josemendez - 28-06-2024, 10:31 AM
RE: Towel simulation in Quest - by balaji.v - 28-06-2024, 11:28 AM
RE: Towel simulation in Quest - by josemendez - 28-06-2024, 12:13 PM
RE: Towel simulation in Quest - by balaji.v - 05-07-2024, 01:39 PM
RE: Towel simulation in Quest - by josemendez - 08-07-2024, 12:22 PM