public class Sphere extends AbstractGeometry
Constructor and Description |
---|
Sphere(javax.media.opengl.GL gl,
float radius,
int tessellation) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Releases resources.
|
float |
getRadius() |
int |
getTessellation() |
void |
render() |
void |
setRadius(float radius) |
void |
setTessellation(int tessellation) |
String |
toString() |
getTransform
public void render()
public void dispose()
org.synthclipse.scripting.IDisposable
public float getRadius()
public void setRadius(float radius)
public int getTessellation()
public void setTessellation(int tessellation)