Skip to content
Snippets Groups Projects
Commit 6982172e authored by vahrenkamp's avatar vahrenkamp
Browse files

Changed standard inertia matrix when mass is given.

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@387 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 752bb645
No related branches found
No related tags found
No related merge requests found
......@@ -581,6 +581,8 @@ bool SceneObject::initializePhysics()
{
// standard box
physics.intertiaMatrix.setIdentity();
physics.intertiaMatrix *= 0.01f; // 10 cm bbox
physics.intertiaMatrix *= physics.massKg;
} else
{
Eigen::Vector3f minS,maxS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment