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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 48 n.m_leaf = m_ndbvt.insert(btDbvtVolume::FromCR(n.m_x,margin),&n);
256 n.m_leaf = m_ndbvt.insert(btDbvtVolume::FromCR(n.m_x,margin),&n);
797 m_ndbvt.update(n.m_leaf,vol);
836 m_ndbvt.update(n.m_leaf,vol);
    [all...]
btSoftBody.h 668 btDbvt m_ndbvt; // Nodes tree member in class:btSoftBody
btSoftBodyHelpers.cpp 462 drawTree(idraw,psb->m_ndbvt.m_root,0,btVector3(1,0,1),btVector3(1,1,1),mindepth,maxdepth);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
btSoftBody.i 71 node.m_leaf = result->m_ndbvt.insert(btDbvtVolume::FromCR(node.m_x,margin),&node);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 52 milliseconds