btWorldImporter.cpp | 613 btGeneric6DofSpringConstraint* dof = 0; local 620 dof = createGeneric6DofSpringConstraint(*rbA,*rbB,rbAFrame,rbBFrame,dofData->m_6dofData.m_useLinearReferenceFrameA!=0); 626 if (dof) 635 dof->setAngularLowerLimit(angLowerLimit); 636 dof->setAngularUpperLimit(angUpperLimit); 637 dof->setLinearLowerLimit(linLowerLimit); 638 dof->setLinearUpperLimit(linUpperlimit); 645 dof->setStiffness(i,(btScalar)dofData->m_springStiffness[i]); 646 dof->setEquilibriumPoint(i,(btScalar)dofData->m_equilibriumPoint[i]); 647 dof->enableSpring(i,dofData->m_springEnabled[i]!=0) 660 btGeneric6DofConstraint* dof = 0; local 832 btGeneric6DofSpringConstraint* dof = 0; local 878 btGeneric6DofConstraint* dof = 0; local 964 btGeneric6DofSpring2Constraint* dof = 0; local 1020 btGeneric6DofSpring2Constraint* dof = 0; local 1161 btGeneric6DofSpringConstraint* dof = 0; local 1207 btGeneric6DofConstraint* dof = 0; local 1294 btGeneric6DofSpring2Constraint* dof = 0; local 1350 btGeneric6DofSpring2Constraint* dof = 0; local 1889 btGeneric6DofConstraint* dof = new btGeneric6DofConstraint(rbA,rbB,frameInA,frameInB,useLinearReferenceFrameA); local 1896 btGeneric6DofConstraint* dof = new btGeneric6DofConstraint(rbB,frameInB,useLinearReferenceFrameB); local 1903 btGeneric6DofSpring2Constraint* dof = new btGeneric6DofSpring2Constraint(rbA,rbB,frameInA,frameInB, (RotateOrder)rotateOrder); local 1912 btGeneric6DofSpringConstraint* dof = new btGeneric6DofSpringConstraint(rbA,rbB,frameInA,frameInB,useLinearReferenceFrameA); local [all...] |