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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.h 79 btHashMap<btHashPtr,btOptimizedBvh*> m_bvhMap;
btCollisionWorldImporter.cpp 52 m_bvhMap.insert(arrays->m_bvhsDouble[i],bvh);
59 m_bvhMap.insert(arrays->m_bvhsFloat[i],bvh);
533 btOptimizedBvh** bvhPtr = m_bvhMap.find(trimesh->m_quantizedFloatBvh);
545 btOptimizedBvh** bvhPtr = m_bvhMap.find(trimesh->m_quantizedDoubleBvh);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h 88 btHashMap<btHashPtr,btOptimizedBvh*> m_bvhMap;
btBulletWorldImporter.cpp 119 m_bvhMap.insert(bulletFile2->m_bvhs[i],bvh);
btWorldImporter.cpp 422 btOptimizedBvh** bvhPtr = m_bvhMap.find(trimesh->m_quantizedFloatBvh);
434 btOptimizedBvh** bvhPtr = m_bvhMap.find(trimesh->m_quantizedDoubleBvh);
    [all...]

Completed in 215 milliseconds