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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btSerializer.h 147 btAlignedObjectArray<struct btQuantizedBvhDoubleData*> m_bvhsDouble;
844 m_arrays.m_bvhsDouble.push_back((btQuantizedBvhDoubleData*) chunk->m_oldPtr);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 47 for (i=0;i<arrays->m_bvhsDouble.size();i++)
50 btQuantizedBvhDoubleData* bvhData = arrays->m_bvhsDouble[i];
52 m_bvhMap.insert(arrays->m_bvhsDouble[i],bvh);
    [all...]

Completed in 1324 milliseconds