Truelegend
Member
|
Collision doesnt work
Hello i dont know why but collision detection doesnt work with my object :(
i am using
Physics.cuts(T.actor.shape(true), OBJ_NODEH);
but it didnt work.
can anyone explain?
and with OBJ_ITEM doesnt work too..
(This post was last modified: 04-23-2011 08:37 PM by Truelegend.)
|
|
04-23-2011 08:35 PM |
|
Dandruff
Member
|
RE: Collision doesnt work
no need to make more than one topic, check out Advanced\2 - Animation, Physics, Rendering\Physics
|
|
04-24-2011 02:30 AM |
|
Truelegend
Member
|
RE: Collision doesnt work
I checked and i do this but it doesnt work.
|
|
04-24-2011 02:11 PM |
|
Dandruff
Member
|
RE: Collision doesnt work
well, what did you try?
|
|
04-24-2011 05:56 PM |
|
Truelegend
Member
|
RE: Collision doesnt work
in my draw function
Code:
D.text(0,0.9f,S+"Collision:"+Physics.cuts(Chrs[0].ctrl.box(),OBJ_ITEM));
and i collide my chr with any item but it shows Collison:0 :(
(This post was last modified: 04-24-2011 07:44 PM by Truelegend.)
|
|
04-24-2011 07:43 PM |
|