Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 8, 2009, 12:58:47 AM (16 years ago)
Author:
dafrick
Message:

Reverted to revision 2906 (because I'm too stupid to merge correctly, 2nd try will follow shortly. ;))

Location:
code/branches/questsystem5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem5

  • code/branches/questsystem5/src/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.h

    r2907 r2908  
    4747{
    4848protected:
    49         ///for backwards compatibility during the transition to 'getInfo/getInfo2'
    50         bool            m_useSolveConstraintObsolete;
    5149        btTransform     m_frameInA;
    5250    btTransform m_frameInB;
     
    107105
    108106        btScalar m_linPos;
    109         btScalar m_angPos;
    110107
    111108        btScalar m_angDepth;
     
    130127        // overrides
    131128    virtual void        buildJacobian();
    132     virtual void getInfo1 (btConstraintInfo1* info);
    133        
    134         virtual void getInfo2 (btConstraintInfo2* info);
    135 
    136     virtual     void    solveConstraintObsolete(btSolverBody& bodyA,btSolverBody& bodyB,btScalar        timeStep);
    137        
    138 
     129    virtual     void    solveConstraint(btScalar        timeStep);
    139130        // access
    140131    const btRigidBody& getRigidBodyA() const { return m_rbA; }
     
    204195        btScalar getMaxAngMotorForce() { return m_maxAngMotorForce; }
    205196        btScalar getLinearPos() { return m_linPos; }
    206        
    207197
    208198        // access for ODE solver
     
    213203        // internal
    214204    void        buildJacobianInt(btRigidBody& rbA, btRigidBody& rbB, const btTransform& frameInA, const btTransform& frameInB);
    215     void        solveConstraintInt(btRigidBody& rbA, btSolverBody& bodyA,btRigidBody& rbB, btSolverBody& bodyB);
     205    void        solveConstraintInt(btRigidBody& rbA, btRigidBody& rbB);
    216206        // shared code used by ODE solver
    217207        void    calculateTransforms(void);
    218208        void    testLinLimits(void);
    219         void    testLinLimits2(btConstraintInfo2* info);
    220209        void    testAngLimits(void);
    221210        // access for PE Solver
Note: See TracChangeset for help on using the changeset viewer.