I have a dynamic spheres. How to enter it in motion? To then be able to bounce back from obstacles. Gravity disabled. Do Not I use after x ++ y ++ in 3d and in the shape of a sphere actor.
Asked
Active
Viewed 136 times
1 Answers
0
To set a dynamic actor in motion. Use addForce function of that actor.
To disable gravity for an actor, use raiseBodyFlag (NX_BF_DISABLE_GRAVITY) on that actor.

James0124
- 310
- 2
- 8
-
@user3756381 If my answer worked for you, please accept it. :) And for the other question you asked about PhysX too :) – James0124 Feb 26 '15 at 17:28