Searched defs:mindepth (Results 1 – 2 of 2) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
D | btSoftBodyHelpers.java | 75 public static void DrawNodeTree(btSoftBody psb, btIDebugDraw idraw, int mindepth, int maxdepth) { in DrawNodeTree() 76 …Tree__SWIG_0(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, mindepth, maxdepth); in DrawNodeTree() local 79 public static void DrawNodeTree(btSoftBody psb, btIDebugDraw idraw, int mindepth) { in DrawNodeTree() 80 …s_DrawNodeTree__SWIG_1(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, mindepth); in DrawNodeTree() local 87 public static void DrawFaceTree(btSoftBody psb, btIDebugDraw idraw, int mindepth, int maxdepth) { in DrawFaceTree() 88 …Tree__SWIG_0(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, mindepth, maxdepth); in DrawFaceTree() local 91 public static void DrawFaceTree(btSoftBody psb, btIDebugDraw idraw, int mindepth) { in DrawFaceTree() 92 …s_DrawFaceTree__SWIG_1(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, mindepth); in DrawFaceTree() local 99 …public static void DrawClusterTree(btSoftBody psb, btIDebugDraw idraw, int mindepth, int maxdepth)… in DrawClusterTree() 100 …Tree__SWIG_0(btSoftBody.getCPtr(psb), psb, btIDebugDraw.getCPtr(idraw), idraw, mindepth, maxdepth); in DrawClusterTree() local [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyHelpers.cpp | 62 int mindepth, in drawTree() 459 int mindepth, in DrawNodeTree() 468 int mindepth, in DrawFaceTree() 477 int mindepth, in DrawClusterTree()
|