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

  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.cpp 112 btQuantizedBvhDoubleData* bvhData = (btQuantizedBvhDoubleData*)bulletFile2->m_bvhs[i];
113 bvh->deSerializeDouble(*bvhData);
116 btQuantizedBvhFloatData* bvhData = (btQuantizedBvhFloatData*)bulletFile2->m_bvhs[i];
117 bvh->deSerializeFloat(*bvhData);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 50 btQuantizedBvhDoubleData* bvhData = arrays->m_bvhsDouble[i];
51 bvh->deSerializeDouble(*bvhData);
57 btQuantizedBvhFloatData* bvhData = arrays->m_bvhsFloat[i];
58 bvh->deSerializeFloat(*bvhData);
    [all...]

Completed in 1280 milliseconds