Skip navigation links
This is the fourth in a sequence of educational 3D graphics renderers.

See: Description

Packages 
Package Description
renderer.framebuffer
Provides the renderer with an output data structure to hold the pixel values computed by the renderer.
renderer.gui
Lets renderer clients use the renderer with the Java gui system..
renderer.models
A library of predefined wireframe models.
renderer.pipeline
The 3D graphics rendering pipeline stages.
renderer.scene
Data structures for describing a 3D scene to the renderer.
This is the fourth in a sequence of educational 3D graphics renderers.

This renderer adds color to the renderer.

Skip navigation links