Apply impulse on an Entity with Motor attached
Posted: Sat Feb 04, 2012 1:43 am
Hi,
Can i use the method applyImpulse on an entity with Motor.
my impulse was somehow ignored.
If i use the Entity without the Mover or rotator, the force works great !!!
Is this behavior expected ?
Thanks in advance !
Can i use the method applyImpulse on an entity with Motor.
Code: Select all
mover = new EntityMover(Entity);
rotator = new EntityRotator(Entity);
///....
ApplyImpulse(position,force);
If i use the Entity without the Mover or rotator, the force works great !!!
Is this behavior expected ?
Thanks in advance !