Package com.brightcove.player.video360
Class Sphere
- java.lang.Object
-
- com.brightcove.player.video360.Sphere
-
public class Sphere extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FLOAT_SIZE
static int
SHORT_SIZE
-
Constructor Summary
Constructors Constructor Description Sphere(int nSlices, float x, float y, float z, float r, int numIndexBuffers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw()
java.nio.FloatBuffer
getVertices()
int
getVerticesStride()
-
-
-
Field Detail
-
FLOAT_SIZE
public static final int FLOAT_SIZE
- See Also:
- Constant Field Values
-
SHORT_SIZE
public static final int SHORT_SIZE
- See Also:
- Constant Field Values
-
-