I have an ModelEntity with its physics body mode set to .dynamic. I'm trying to make it move with: applyLinearImpulse(someVector, relativeTo: nil) but it doesn't do anything. If I set the mode to .kinematic and set the linearVelocity it moves but then I lose things like bouncing off walls. So how do I move entities in dynamic mode?
2
0
1.1k