Subset of the routines provided by the GLUT interface. Note the
signatures of many of the methods are necessarily different than
the corresponding C version. A GLUT object must only be used from
one particular thread at a time.
Copyright (c) Mark J. Kilgard, 1994, 1997.
(c) Copyright 1993, Silicon Graphics, Inc.
ALL RIGHTS RESERVED
Permission to use, copy, modify, and distribute this software
for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that
both the copyright notice and this permission notice appear in
supporting documentation, and that the name of Silicon
Graphics, Inc. not be used in advertising or publicity
pertaining to distribution of the software without specific,
written prior permission.
THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU
"AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR
OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO
EVENT SHALL SILICON GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE
ELSE FOR ANY DIRECT, SPECIAL, INCIDENTAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER,
INCLUDING WITHOUT LIMITATION, LOSS OF PROFIT, LOSS OF USE,
SAVINGS OR REVENUE, OR THE CLAIMS OF THIRD PARTIES, WHETHER OR
NOT SILICON GRAPHICS, INC. HAS BEEN ADVISED OF THE POSSIBILITY
OF SUCH LOSS, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
ARISING OUT OF OR IN CONNECTION WITH THE POSSESSION, USE OR
PERFORMANCE OF THIS SOFTWARE.
US Government Users Restricted Rights
Use, duplication, or disclosure by the Government is subject to
restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
(c)(1)(ii) of the Rights in Technical Data and Computer
Software clause at DFARS 252.227-7013 and/or in similar or
successor clauses in the FAR or the DOD or NASA FAR
Supplement. Unpublished-- rights reserved under the copyright
laws of the United States. Contractor/manufacturer is Silicon
Graphics, Inc., 2011 N. Shoreline Blvd., Mountain View, CA
94039-7311.
OpenGL(TM) is a trademark of Silicon Graphics, Inc.
BITMAP_8_BY_13
public static final int BITMAP_8_BY_13
BITMAP_9_BY_15
public static final int BITMAP_9_BY_15
BITMAP_HELVETICA_10
public static final int BITMAP_HELVETICA_10
BITMAP_HELVETICA_12
public static final int BITMAP_HELVETICA_12
BITMAP_HELVETICA_18
public static final int BITMAP_HELVETICA_18
BITMAP_TIMES_ROMAN_10
public static final int BITMAP_TIMES_ROMAN_10
BITMAP_TIMES_ROMAN_24
public static final int BITMAP_TIMES_ROMAN_24
STROKE_MONO_ROMAN
public static final int STROKE_MONO_ROMAN
STROKE_ROMAN
public static final int STROKE_ROMAN
glutBitmapCharacter
public void glutBitmapCharacter(int font,
char character)
glutBitmapLength
public int glutBitmapLength(int font,
String string)
glutBitmapString
public void glutBitmapString(int font,
String string)
glutBitmapWidth
public int glutBitmapWidth(int font,
char character)
glutSolidCone
public void glutSolidCone(double base,
double height,
int slices,
int stacks)
glutSolidCube
public void glutSolidCube(float size)
glutSolidCylinder
public void glutSolidCylinder(double radius,
double height,
int slices,
int stacks)
glutSolidDodecahedron
public void glutSolidDodecahedron()
glutSolidIcosahedron
public void glutSolidIcosahedron()
glutSolidOctahedron
public void glutSolidOctahedron()
glutSolidRhombicDodecahedron
public void glutSolidRhombicDodecahedron()
This function draws a solid-shaded dodecahedron
whose facets are rhombic and
whose vertices are at unit radius.
No facet lies normal to any coordinate axes.
The polyhedron is centered at the origin.
glutSolidSphere
public void glutSolidSphere(double radius,
int slices,
int stacks)
glutSolidTeapot
public void glutSolidTeapot(double scale)
Renders the teapot as a solid shape of the specified size. The teapot is
created in a way that replicates the C GLUT implementation.
scale
- the factor by which to scale the teapot
glutSolidTeapot
public void glutSolidTeapot(double scale,
boolean cStyle)
Renders the teapot as a solid shape of the specified size. The teapot can
either be created in a way that is backward-compatible with the standard
C glut library (i.e. broken), or in a more pleasing way (i.e. with
surfaces whose front-faces point outwards and standing on the z=0 plane,
instead of the y=-1 plane). Both surface normals and texture coordinates
for the teapot are generated. The teapot is generated with OpenGL
evaluators.
scale
- the factor by which to scale the teapotcStyle
- whether to create the teapot in exactly the same way as in the C
implementation of GLUT
glutSolidTetrahedron
public void glutSolidTetrahedron()
glutSolidTorus
public void glutSolidTorus(double innerRadius,
double outerRadius,
int nsides,
int rings)
glutStrokeCharacter
public void glutStrokeCharacter(int font,
char character)
glutStrokeLength
public int glutStrokeLength(int font,
String string)
glutStrokeLengthf
public float glutStrokeLengthf(int font,
String string)
glutStrokeString
public void glutStrokeString(int font,
String string)
glutStrokeWidth
public int glutStrokeWidth(int font,
char character)
glutStrokeWidthf
public float glutStrokeWidthf(int font,
char character)
glutWireCone
public void glutWireCone(double base,
double height,
int slices,
int stacks)
glutWireCube
public void glutWireCube(float size)
glutWireCylinder
public void glutWireCylinder(double radius,
double height,
int slices,
int stacks)
glutWireDodecahedron
public void glutWireDodecahedron()
glutWireIcosahedron
public void glutWireIcosahedron()
glutWireOctahedron
public void glutWireOctahedron()
glutWireRhombicDodecahedron
public void glutWireRhombicDodecahedron()
This function draws a wireframe dodecahedron whose
facets are rhombic and
whose vertices are at unit radius.
No facet lies normal to any coordinate axes.
The polyhedron is centered at the origin.
glutWireSphere
public void glutWireSphere(double radius,
int slices,
int stacks)
glutWireTeapot
public void glutWireTeapot(double scale)
Renders the teapot as a wireframe shape of the specified size. The teapot
is created in a way that replicates the C GLUT implementation.
scale
- the factor by which to scale the teapot
glutWireTeapot
public void glutWireTeapot(double scale,
boolean cStyle)
Renders the teapot as a wireframe shape of the specified size. The teapot
can either be created in a way that is backward-compatible with the
standard C glut library (i.e. broken), or in a more pleasing way (i.e.
with surfaces whose front-faces point outwards and standing on the z=0
plane, instead of the y=-1 plane). Both surface normals and texture
coordinates for the teapot are generated. The teapot is generated with
OpenGL evaluators.
scale
- the factor by which to scale the teapotcStyle
- whether to create the teapot in exactly the same way as in the C
implementation of GLUT
glutWireTetrahedron
public void glutWireTetrahedron()
glutWireTorus
public void glutWireTorus(double innerRadius,
double outerRadius,
int nsides,
int rings)