Babulesnik
Member
|
problem with the collision
The WE I create Items, I downloaded the mesh and created a physical body is a cylinder.In the game the actors are working properly.But there is no reaction to the collisions. When checking, nothing happens(
For example, this code all the time result = false,although the actors touch :
Code:
D.text(0,0,S+ItemsBowling.absElm(6).actor.cuts());
D.text(0,0.2,S+Physics.cuts(ItemsBowling.absElm(6).actor.shape(true)));
|
|
12-23-2011 05:41 PM |
|
PsychoBoy
Member
|
RE: problem with the collision
Did you created actor from physical body?
|
|
12-25-2011 09:46 PM |
|
Babulesnik
Member
|
RE: problem with the collision
Thank you all. The problem is solved.ItemsBowling.absElm(6).actor.cuts(IndexToFlag(PINS) works fine)
(This post was last modified: 12-26-2011 11:06 AM by Babulesnik.)
|
|
12-26-2011 11:06 AM |
|