reduce memory allocation, lack of GPU memory totally destroys performance on my GTX 650M on the Macbook retina

add some keys to toggle gui drawing and shadows
This commit is contained in:
erwin coumans
2013-08-22 23:15:37 -07:00
parent d860e7f51a
commit 2c019d579f
4 changed files with 22 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ struct b3Config
m_maxConvexShapes = m_maxConvexBodies;
m_maxBroadphasePairs = 16*m_maxConvexBodies;
m_maxContactCapacity = m_maxBroadphasePairs;
m_compoundPairCapacity = 16*1524*1024;
m_compoundPairCapacity = 1024*1024;
}
};