Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Detecting if Vector3 is within ObiFluid volume?
#9
(31-10-2018, 05:41 PM)Mitch@PG Wrote:  ... the standard collider component properties affect the Obi component behaviour??

Of course. The ObiCollider component simply tags the collider so that Obi particles become "aware" of it, and adds a couple properties that are only relevant for Obi (phase and thickness). However it does pretty much nothing by itself, it needs the presence of an actual collider.

The collider component itself is used for collision detection, and all its properties will work as usual (type of collider, size, shape, is trigger, etc). Same for rigidbodies. See:

http://obi.virtualmethodstudio.com/tutor...sions.html
Reply


Messages In This Thread
RE: Detecting if Vector3 is within ObiFluid volume? - by josemendez - 01-11-2018, 06:21 PM