gnu.x11.extension.glx
Class GLUT
java.lang.Object
gnu.x11.extension.glx.GLUT
public class GLUT
- extends java.lang.Object
OpenGL toolkit library. The specification can be found here.
Modified from glut_*.c
in
Method Summary |
void |
solid_cone(double base_radius,
double height,
int slices,
int stacks)
|
void |
solid_cube(float size)
|
void |
solid_octahedron()
|
void |
solid_sphere(double radius,
int slices,
int stacks)
|
void |
solid_teapot(double scale)
|
void |
solid_torus(double inner_radius,
double outer_radius,
int sides,
int rings)
|
void |
wire_cone(double base_radius,
double height,
int slices,
int stacks)
|
void |
wire_cube(float size)
|
void |
wire_octahedron()
|
void |
wire_sphere(double radius,
int slices,
int stacks)
|
void |
wire_teapot(double scale)
|
void |
wire_torus(double inner_radius,
double outer_radius,
int sides,
int rings)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gl
public GL gl
glu
public GLU glu
GLUT
public GLUT(GLU glu)
solid_cone
public void solid_cone(double base_radius,
double height,
int slices,
int stacks)
- See Also:
- glutSolidCone
solid_cube
public void solid_cube(float size)
- See Also:
- glutSolidCube
solid_sphere
public void solid_sphere(double radius,
int slices,
int stacks)
- See Also:
- glutSolidSphere
solid_octahedron
public void solid_octahedron()
- See Also:
- glutSolidOctahedron
solid_teapot
public void solid_teapot(double scale)
- See Also:
- glutSolidTeapot
solid_torus
public void solid_torus(double inner_radius,
double outer_radius,
int sides,
int rings)
- See Also:
- glutSolidTorus
wire_cone
public void wire_cone(double base_radius,
double height,
int slices,
int stacks)
- See Also:
- glutWireCone
wire_cube
public void wire_cube(float size)
- See Also:
- glutWireCube
wire_sphere
public void wire_sphere(double radius,
int slices,
int stacks)
- See Also:
- glutWireSphere
wire_octahedron
public void wire_octahedron()
- See Also:
- glutWireOctahedron
wire_teapot
public void wire_teapot(double scale)
- See Also:
- glutSolidTeapot
wire_torus
public void wire_torus(double inner_radius,
double outer_radius,
int sides,
int rings)
- See Also:
- glutWireTorus