HomeSort by relevance Sort by last modified time
    Searched refs:m_compoundShapeRevision (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCompoundCollisionAlgorithm.h 47 int m_compoundShapeRevision;//to keep track of changes, so that childAlgorithm array can be updated
btCompoundCollisionAlgorithm.cpp 39 m_compoundShapeRevision = compoundShape->getUpdateRevision();
226 if (compoundShape->getUpdateRevision() != m_compoundShapeRevision)
232 m_compoundShapeRevision = compoundShape->getUpdateRevision();

Completed in 30 milliseconds