so i used newton engine and set Collision bodies to the spheres
but before that if i wanted to move the spheres i would work with irrlicht directly
- Code: Select all
node->setPostion(pos);
but now i have to work with newton and irrlicht updates from it
so my question is: How to move objects through newton?
