initialize variable to fix FEM nodes

This commit is contained in:
Erwin Coumans
2014-10-31 09:57:08 -07:00
parent 83ccc5b2c5
commit 91bcb055db

View File

@@ -60,9 +60,10 @@ struct FiniteElementDemoInternalData
FiniteElementDemoInternalData() FiniteElementDemoInternalData()
{ {
m_stiffness_warp_on= true;
m_collideGroundPlane = true;
m_fixNodes = true;
m_gravity = 9.81; m_gravity = 9.81;
m_collideGroundPlane = true;
m_stiffness_warp_on= true;
m_young = 500000;//47863;//100000; m_young = 500000;//47863;//100000;
m_poisson = 0.33; m_poisson = 0.33;