mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
fixed the uninitialized values in FreeFall example
This commit is contained in:
parent
c159305910
commit
ca334946a7
@ -174,8 +174,8 @@ void FreeFall::initPhysics()
|
||||
// m_dynamicsWorld->getSolverInfo().m_solverMode |= SOLVER_RANDMIZE_ORDER;
|
||||
|
||||
// 2 reduced deformable cubes
|
||||
createReducedDeformableObject(btVector3(0, 1, -2), btQuaternion());
|
||||
// createReducedDeformableObject(btVector3(0, 1, 2), btQuaternion());
|
||||
createReducedDeformableObject(btVector3(0, 1, -2), btQuaternion(0, 0, 0));
|
||||
createReducedDeformableObject(btVector3(0, 1, 2), btQuaternion(0, 0, 0));
|
||||
|
||||
// 2 rigid cubes
|
||||
Ctor_RbUpStack(btVector3(0, 3, -2));
|
||||
|
Loading…
Reference in New Issue
Block a user