Setting up the 3-D Environment
This section describes the code in Helworld.c that establishes the 3-D environment. The following sections describe the two functions that perform this task:
·Creating the Device and Viewport
These functions do not populate the 3-D environment with objects, frames, and lights. That is done by the MyScene function and the functions it calls. For information about filling up the 3-D environment, see Creating the Scene.