public class Sphere
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FLOAT_SIZE |
static int |
SHORT_SIZE |
Constructor and Description |
---|
Sphere(int nSlices,
float x,
float y,
float z,
float r,
int numIndexBuffers) |
Modifier and Type | Method and Description |
---|---|
void |
draw() |
java.nio.FloatBuffer |
getVertices() |
int |
getVerticesStride() |
public static final int FLOAT_SIZE
public static final int SHORT_SIZE