add single step simulation, using 'o' key. use 'i' key to suspend simulation first
default background color a bit darker, to show debug lines tweaked contact point rendering a bit
This commit is contained in:
@@ -66,9 +66,9 @@ struct CommonGraphicsApp
|
||||
m_mouseYpos(0.f),
|
||||
m_mouseInitialized(false)
|
||||
{
|
||||
m_backgroundColorRGB[0] = 0.9;
|
||||
m_backgroundColorRGB[1] = 0.9;
|
||||
m_backgroundColorRGB[2] = 1;
|
||||
m_backgroundColorRGB[0] = 0.7;
|
||||
m_backgroundColorRGB[1] = 0.7;
|
||||
m_backgroundColorRGB[2] = 0.8;
|
||||
}
|
||||
virtual ~CommonGraphicsApp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user