About Store Forum Documentation Contact



Post Reply 
Collision doesnt work
Author Message
Truelegend Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #2
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
Find all posts by this user Quote this message in a reply
Truelegend Offline
Member

Post: #3
RE: Collision doesnt work
I checked and i do this but it doesnt work.
04-24-2011 02:11 PM
Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #4
RE: Collision doesnt work
well, what did you try?
04-24-2011 05:56 PM
Find all posts by this user Quote this message in a reply
Truelegend Offline
Member

Post: #5
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
Find all posts by this user Quote this message in a reply
Post Reply