Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  how to use obi handle
#2
(12-02-2019, 03:46 PM)Richard Wrote: I want you to tell me how to use obi handle. I tried, but it did not work well. 

I did  edit particle> choose particle by selection brush > make obi handle. However the obi handle did not move by transform and movement of rigidbody. What was wrong?

Handles are simply transforms. If you want them to move together with a rigid body, you need to parent them under that rigidbody's transform. However they do not provide two-way coupling with rigid bodies, as explained here:
http://obi.virtualmethodstudio.com/tutor...ments.html

Quote from the Pin Constraints section:
Quote:Particles will be affected by the rigidbody's movements, and the rigidbody will in turn be affected by the particles. This cannot be achieved by fixing particles or using handles, as the rigidbody would completely ignore the particles.

If you want the rigidbody to react to the particles it is attached to, you need to use pin constraints instead of handles.
Reply


Messages In This Thread
how to use obi handle - by Richard - 12-02-2019, 03:46 PM
RE: how to use obi handle - by josemendez - 12-02-2019, 04:05 PM
RE: how to use obi handle - by Richard - 13-02-2019, 04:15 AM
RE: how to use obi handle - by josemendez - 13-02-2019, 08:07 AM
RE: how to use obi handle - by Richard - 13-02-2019, 09:17 AM
RE: how to use obi handle - by josemendez - 13-02-2019, 09:51 AM
RE: how to use obi handle - by Richard - 13-02-2019, 10:06 AM
RE: how to use obi handle - by josemendez - 13-02-2019, 10:56 AM
RE: how to use obi handle - by Richard - 13-02-2019, 11:37 AM
RE: how to use obi handle - by josemendez - 13-02-2019, 01:51 PM
RE: how to use obi handle - by Richard - 13-02-2019, 02:38 PM