Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to grab obi cloth in XRI?
#2
Hi,

It's entirely up to you and how you want to handle interaction. 

Obi does not have any built-in integration with XRI or any other input system, instead it exposes an API that allows you to detect collisions between particles and colliders/triggers, and an API that allows you to read/write particle properties such as position, velocity, orientation, etc.

These are often used together to deal with particle interaction, by for instance detecting when a particle is inside a trigger and then setting its position. Many of the included sample scripts (including ObiContactGrabber, ObiParticlePicker, and more) use them. You can write your own interaction logic using these APIs as they offer the most flexibility.

If you'd prefer not to write any code, you could for instance add a ObiForceZone to your hands and use them to attract particles towards you, pull them away, etc.

kind regards,
Reply


Messages In This Thread
How to grab obi cloth in XRI? - by vrvr02109 - 29-11-2024, 09:46 AM
RE: How to grab obi cloth in XRI? - by josemendez - 29-11-2024, 10:00 AM
RE: How to grab obi cloth in XRI? - by vrvr02109 - 05-12-2024, 08:10 AM
RE: How to grab obi cloth in XRI? - by josemendez - 05-12-2024, 08:55 AM