|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.util.glu.Quadric
org.lwjgl.util.glu.Sphere
public class Sphere
Sphere.java Created 23-dec-2003
Field Summary |
---|
Fields inherited from class org.lwjgl.util.glu.Quadric |
---|
drawStyle, normals, orientation, textureFlag |
Constructor Summary | |
---|---|
Sphere()
Constructor |
Method Summary | |
---|---|
void |
draw(float radius,
int slices,
int stacks)
draws a sphere of the given radius centered around the origin. |
Methods inherited from class org.lwjgl.util.glu.Quadric |
---|
cos, getDrawStyle, getNormals, getOrientation, getTextureFlag, normal3f, setDrawStyle, setNormals, setOrientation, setTextureFlag, sin, TXTR_COORD |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sphere()
Method Detail |
---|
public void draw(float radius, int slices, int stacks)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |