Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2008, 5:40:38 PM (16 years ago)
Author:
rgrieder
Message:

Downgraded Bullet to latest tagged version: 2.72
That should give us more stability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/bullet/BulletDynamics/ConstraintSolver/btContactSolverInfo.h

    r1963 r1972  
    4545
    4646        int                     m_solverMode;
    47         int     m_restingContactRestitutionThreshold;
    4847
    4948
     
    7170                m_warmstartingFactor=btScalar(0.85);
    7271                m_solverMode = SOLVER_RANDMIZE_ORDER | SOLVER_CACHE_FRIENDLY | SOLVER_USE_WARMSTARTING;
    73                 m_restingContactRestitutionThreshold = 2;//resting contact lifetime threshold to disable restitution
    7472        }
    7573};
Note: See TracChangeset for help on using the changeset viewer.