Package renderer.framebuffer
Provides the renderer with an output data structure
to hold the pixel values computed by the renderer.
-
Class Summary Class Description FrameBuffer AFrameBuffer
represents a two-dimensional array of pixel data.FrameBufferPanel This class is an interface between our renderer and the Java GUI system.