Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sticking cloth on object in VR
#2
Well I can answer 1 and 2.

1) Here is an older implementation of how to interact with obi partciles in VR. It'll get you in the right direction anyway, never used leap. This snippet uses pins, where handles would be better since the actor will never physically effect the controllers. If for the range grab, you want the cloth to go to you, you'll need to lerp each particle somehow so it doesn't snap to your hand. Doing so the cloth will go crazy.

2) Yes, if you change the mesh you will need to reload the collider and obiCollider. Obi now uses a new collision system where you add an obiCollider to objects you want to collide with. ColliderGroup is deprecated.
Reply


Messages In This Thread
Sticking cloth on object in VR - by mbbmbbmm - 16-10-2017, 02:56 AM
RE: Sticking cloth on object in VR - by niZmo - 19-10-2017, 12:51 AM
RE: Sticking cloth on object in VR - by mbbmbbmm - 19-10-2017, 01:26 AM
RE: Sticking cloth on object in VR - by mbbmbbmm - 22-10-2017, 11:47 PM
RE: Sticking cloth on object in VR - by niZmo - 23-10-2017, 01:43 AM
RE: Sticking cloth on object in VR - by mbbmbbmm - 23-10-2017, 06:57 AM
RE: Sticking cloth on object in VR - by mbbmbbmm - 25-10-2017, 07:08 PM