Home
last modified time | relevance | path

Searched refs:node_bound (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactBvh.cpp188 btAABB node_bound; in _build_sub_tree() local
189 node_bound.invalidate(); in _build_sub_tree()
193 node_bound.merge(primitive_boxes[i].m_bound); in _build_sub_tree()
196 setNodeBound(curIndex,node_bound); in _build_sub_tree()
DbtGImpactQuantizedBvh.cpp209 btAABB node_bound; in _build_sub_tree() local
210 node_bound.invalidate(); in _build_sub_tree()
214 node_bound.merge(primitive_boxes[i].m_bound); in _build_sub_tree()
217 setNodeBound(curIndex,node_bound); in _build_sub_tree()