Current slider position member and access function added

This commit is contained in:
rponom
2008-09-06 00:55:26 +00:00
parent 62f6c16fe3
commit 65f8a7e70e
2 changed files with 4 additions and 0 deletions

View File

@@ -342,6 +342,7 @@ void btSliderConstraint::calculateTransforms(void){
void btSliderConstraint::testLinLimits(void)
{
m_solveLinLim = false;
m_linPos = m_depth[0];
if(m_lowerLinLimit <= m_upperLinLimit)
{
if(m_depth[0] > m_upperLinLimit)