Uses of Class
gnu.x11.extension.glx.Application

Packages that use Application
gnu.app.glxdemo Provide demonstrations of OpenGL. 
gnu.app.redbook Provide examples from OpenGL Programming Guide. 
 

Uses of Application in gnu.app.glxdemo
 

Subclasses of Application in gnu.app.glxdemo
 class ABGR
          Test ABGR extension.
 class AccumBuffer
          Draw with accumulation buffer.
 class DepthBuffer
          Draw with depth buffer.
 class Line
          Draw a line with various attributes. moothing, press 's' or 'S'.
 class Point
          Draw a point with various attributes. moothing, press 's' or 'S'.
 class Primitive
          Draw primitive shapes.
 class RotateBox
          Draw a colorful box for rotation.
 class StencilBuffer
          Draw with stencil buffer.
 class Triangle
          Draw a triangle with various attributes.
 

Uses of Application in gnu.app.redbook
 

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