| |||||||||||
_RC_ Chapter 2 Getting Started
p. 18 Listing2_1.c --A Minimal program using RenderMan
p. 20 Listing2_2.c --Control over viewer and color
p. 25 listing2_3.c --Defining a cube
The main function has been moved out to cubemain.c. This way it can be used with some of the other listings. (Errata )
p. 26 listing2_4.c --Alternative cube definition
This requires the cubemain.c from above.
p. 28 listing2_5.c --Another cube definition
This requires the cubemain.c from above.
p. 30 listing2_6.c --Defining a larger cube from smaller minicubes
This requires the colormain.c which contains the "main" function.
p. 32 listing2_7.c --A more efficient color cube
This requires the colormain.c from above.
p. 34 listing2_8.c --A simple animation. (Errata )