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() |
getTransformpublic void render()
public void dispose()
org.synthclipse.scripting.IDisposablepublic float getRadius()
public void setRadius(float radius)
public int getTessellation()
public void setTessellation(int tessellation)