Contribution to add optional double precision floating point support. Define BT_USE_DOUBLE_PRECISION for all involved libraries/apps.
This commit is contained in:
@@ -708,7 +708,7 @@ void DemoApplication::renderme()
|
||||
{
|
||||
updateCamera();
|
||||
|
||||
float m[16];
|
||||
btScalar m[16];
|
||||
|
||||
if (m_dynamicsWorld)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user