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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.h 37 virtual void drawBox(btVector3 const &bbMin, btVector3 const &bbMax, btVector3 const &color);
38 virtual void drawBox(btVector3 const &bbMin, btVector3 const &bbMax, btTransform const &trans, btVector3 const &color);
linearmath_wrap.cpp     [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
OcclusionBuffer.java 251 drawBox(box, Policy.DRAW);
267 drawBox(box, Policy.DRAW);
275 private boolean drawBox (Vector3[] vertices, Policy policy) {
408 return drawBox(box, Policy.QUERY);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btIDebugDraw.java 267 public void drawBox(Vector3 bbMin, Vector3 bbMax, Vector3 color) {
271 public void drawBox(Vector3 bbMin, Vector3 bbMax, Matrix4 trans, Vector3 color) {
LinearMathJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btIDebugDraw.h 306 virtual void drawBox(const btVector3& bbMin, const btVector3& bbMax, const btVector3& color)
321 virtual void drawBox(const btVector3& bbMin, const btVector3& bbMax, const btTransform& trans, const btVector3& color)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btDiscreteDynamicsWorld.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.cpp 35 static void drawBox( btIDebugDraw* idraw,
77 drawBox(idraw,mi,mx,node->isleaf()?lcolor:ncolor);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorld.cpp     [all...]

Completed in 443 milliseconds