Home
last modified time | relevance | path

Searched refs:m_bvhs (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtBulletWorldImporter.cpp106 for (i=0;i<bulletFile2->m_bvhs.size();i++) in convertAllObjects()
112 btQuantizedBvhDoubleData* bvhData = (btQuantizedBvhDoubleData*)bulletFile2->m_bvhs[i]; in convertAllObjects()
116 btQuantizedBvhFloatData* bvhData = (btQuantizedBvhFloatData*)bulletFile2->m_bvhs[i]; in convertAllObjects()
119 m_bvhMap.insert(bulletFile2->m_bvhs[i],bvh); in convertAllObjects()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
DbtBulletFile.h54 btAlignedObjectArray<bStructHandle*> m_bvhs; variable
DbtBulletFile.cpp203 m_bvhs.push_back((bStructHandle*) id); in parseData()