Possibility Static objects

alhobarata

03-04-2008 19:14:30

Is it possible rotate and move a static object in OgreNewt?
If it is not possible, can i use trimesh with dynamic object?

pra

07-04-2008 23:41:05

if "static objects" are treecollision bodies, "dynamic objects" are such that you can interact with by throwing one onto other, and "move and rotate" is changing position and orientation, then you can. if you want them to move and rotate using addForce or setVelocity and addTorque or setOmega, then it's not possible.
and you can't use treecollision for a "dynamic" body, but there is convexhull, it's the closest thing, i guess...