|
Realtime Fractal Renderer Documentation
|

Go to the source code of this file.
Data Structures | |
| struct | Ray |
| A struct representing a line in 3D space. More... | |
| struct | Material |
| A struct representing a geometry material, for use with the Phong reflection model. More... | |
| struct | Light |
| A struct representing a light, for use with the phong illumination model. More... | |