gnu.app.redbook
Class Fog

java.lang.Object
  extended by gnu.app.Application
      extended by gnu.x11.Application
          extended by gnu.x11.extension.glx.Application
              extended by gnu.app.redbook.Fog

public class Fog
extends Application

Test fog. It draws 5 red spheres, each at a different z distance from the eye, in different types of fog. In this program, there is a fixed density value, as well as fixed start and end values for the linear fog. Modified from fog.c.

See Also:
screenshot, help output

Field Summary
 
Fields inherited from class gnu.x11.Application
display
 
Constructor Summary
Fog(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fog

public Fog(java.lang.String[] args)
Method Detail

main

public static void main(java.lang.String[] args)