Package gnu.app.redbook

Provide examples from OpenGL Programming Guide.

See:
          Description

Class Summary
AlphaOrder Draw two overlapping filled triangles.
AntiAliasedLine Draw anti-aliased lines.
AntiAliasParallel Anti-alias with accumulation buffer and orthographic parallel projection.
AntiAliasPerspective Anti-alias with accumulation buffer and perspective projection.
BezierCurve Draw a Bezier curve.
BezierMesh Render a lighted, filled Bezier surface.
BezierSurface Draw a Bezier surface.
BitmapFont Draw some texts in a bitmapped font.
BitmapLetter Draw a bitmapped letter F on the screen for several times.
Clip Test clipping planes.
ColorLight Test lighting model with color.
Cube Draw a wireframe cube.
DepthOfField Create out-of-focus depth-of-field effect.
DisplayList Draw triangles using display list.
DoubleBuffer Animate a spinning rectangle.
Fog Test fog.
GreyLight Test lighting model with grey.
Hello Hello World.
Light Test lighting model.
LightPosition Test light position.
LineStipple Do line stipple.
MaterialColor Draw a sphere with material color.
Mipmap Texture map with mipmaps.
ModelTransform Draw triangles with modeling transformations.
NonRectangular Mask non-rectangular region with stencil buffer.
Pixel Draw a checkerbard image with pixel operations.
Planet Sun and planet.
PolygonOffset Test polygon offset.
PolygonStipple Do polygon stipple.
Quadric Test quadric objects.
Robot Draw a robot's arm.
SmoothShade Draw a smooth shaded polygon in a 2D projection.
StrokeFont Draw stroke (vector) font.
SubimageTexture Texture map a checkerboard image onto two rectangles with subimage.
SurfaceTexture Draw a surface with texture.
TeapotMaterial Draw teapots with different material colors.
Texture Texture map a checkerboard image onto two rectangles.
TextureBind Test texture binding by creating and managing two textures.
TextureProxy Test texture proxy.
TextureTeapot Texture map teapot.
Torus Draw a torus.
UnProject Un-project window coordinates.
WrapTexture Texture map a checkerboard image onto two rectangles with wrapping modes.
 

Package gnu.app.redbook Description

Provide examples from OpenGL Programming Guide.

ftp://ftp.sgi.com/opengl/opengl12.tgz by Silicon Graphics, Inc.