Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: naktim0819 on June 10, 2013, 01:56:58 AM

Title: Is that have any action can get 2 trigger collider's postion?
Post by: naktim0819 on June 10, 2013, 01:56:58 AM
I know use Get Collision Info can get 2 real collider object's contact point

but if 2 Trigger's collider's contact point can use any action to get?

I want to create some effect on contact point
Title: Re: Is that have any action can get 2 trigger collider's postion?
Post by: jeanfabre on June 10, 2013, 02:02:53 AM
Hi,

 yes you can. simply use "get trigger info" you will find the point of contact and normal" so you can display something at the point of contact.

the difference between a collider and a trigger is that when they contact each each, a trigger will let objects intersect, where a collider will physically prevent both object to intersect.

bye,

 Jean
Title: Re: Is that have any action can get 2 trigger collider's postion?
Post by: ryf9059 on June 21, 2013, 09:04:09 AM
Hey, just wondering where is the contact point and contact normal for get trigger info action? I only see that in get collision info action.
Title: Re: Is that have any action can get 2 trigger collider's postion?
Post by: jeanfabre on June 24, 2013, 07:00:10 AM
Hi,

 Collisions and Triggers are the same thing from a data point of view, they both comes from a collider component, so use Get Collision Info even on triggers, that ought to work.

bye,

 Jean