ShapeRenderer.java | 983 public void cone (float x, float y, float z, float radius, float height) { method in class:ShapeRenderer 984 cone(x, y, z, radius, height, Math.max(1, (int)(4 * (float)Math.sqrt(radius)))); method 988 public void cone (float x, float y, float z, float radius, float height, int segments) { method in class:ShapeRenderer [all...] |