Home
last modified time | relevance | path

Searched defs:cone (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DBasicShapesTest.java61 final Model cone = modelBuilder.createCone(4f, 6f, 4f, 16, material, attributes); in create() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtConeTwistConstraint.h363 btConeTwistConstraintData2* cone = (btConeTwistConstraintData2*) dataBuffer; in serialize() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DShapeRenderer.java983 public void cone (float x, float y, float z, float radius, float height) { in cone() method in ShapeRenderer
988 public void cone (float x, float y, float z, float radius, float height, int segments) { in cone() method in ShapeRenderer
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtWorldImporter.cpp1874 btConeTwistConstraint* cone = new btConeTwistConstraint(rbA,rbB,rbAFrame,rbBFrame); in createConeTwistConstraint() local
1881 btConeTwistConstraint* cone = new btConeTwistConstraint(rbA,rbAFrame); in createConeTwistConstraint() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DMeshPartBuilder.java443 public void cone (float width, float height, float depth, int divisions); in cone() method
447 …public void cone (float width, float height, float depth, int divisions, float angleFrom, float an… in cone() method