-
public class Sphere
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
FLOAT_SIZE
public final static int
SHORT_SIZE
-
Constructor Summary
Constructors Constructor Description Sphere(int nSlices, float x, float y, float z, float r, int numIndexBuffers)
-
Method Summary
Modifier and Type Method Description FloatBuffer
getVertices()
int
getVerticesStride()
void
draw()
-
-
Method Detail
-
getVertices
FloatBuffer getVertices()
-
getVerticesStride
int getVerticesStride()
-
draw
void draw()
-
-
-
-