Rotation of a Cube
01 November 2016 15:04
01 November 2016 16:01
I try to drop down a cube with the physics properties. With random numbers, a rotation should happen before the cube is falling down. I first tried the node editor, but no luck so far.Hello!
What is the missing part or is it only possible with JavaScript?
Unfortunately, for now objects with "Dynamic" or "Rigid Body" physics type can't be relocated via logic nodes or API methods from JS module "transform" (which is used inside the logic editor). These objects should be controlled via JS methods from the "physics" module.
However, we plan to change this behaviour in the future
01 November 2016 16:24