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

  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
btBulletFile.h 54 btAlignedObjectArray<bStructHandle*> m_bvhs; member in class:bParse::btBulletFile
btBulletFile.cpp 203 m_bvhs.push_back((bStructHandle*) id);
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.cpp 106 for (i=0;i<bulletFile2->m_bvhs.size();i++)
112 btQuantizedBvhDoubleData* bvhData = (btQuantizedBvhDoubleData*)bulletFile2->m_bvhs[i];
116 btQuantizedBvhFloatData* bvhData = (btQuantizedBvhFloatData*)bulletFile2->m_bvhs[i];
119 m_bvhMap.insert(bulletFile2->m_bvhs[i],bvh);

Completed in 1364 milliseconds