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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 579 btCompoundShapeData* compoundData = (btCompoundShapeData*)shapeData;
582 btCompoundShapeChildData* childShapeDataArray = &compoundData->m_childShapePtr[0];
586 for (int i=0;i<compoundData->m_numChildShapes;i++)
588 btCompoundShapeChildData* ptr = &compoundData->m_childShapePtr[i];
590 btCollisionShapeData* cd = compoundData->m_childShapePtr[i].m_childShape;
596 localTransform.deSerializeFloat(compoundData->m_childShapePtr[i].m_transform);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 468 btCompoundShapeData* compoundData = (btCompoundShapeData*)shapeData;
471 btCompoundShapeChildData* childShapeDataArray = &compoundData->m_childShapePtr[0];
475 for (int i=0;i<compoundData->m_numChildShapes;i++)
477 btCompoundShapeChildData* ptr = &compoundData->m_childShapePtr[i];
479 btCollisionShapeData* cd = compoundData->m_childShapePtr[i].m_childShape;
485 localTransform.deSerializeFloat(compoundData->m_childShapePtr[i].m_transform);
    [all...]

Completed in 573 milliseconds