

Go to the source code of this file.
Functions | |
| int | grInitScene (void) |
| int | grLoadScene (tTrack *track) |
| void | grDrawScene (void) |
| void | grShutdownScene (void) |
| void | grCustomizePits (void) |
| void | grDrawBackground (class cGrCamera *, class cGrBackgroundCam *bgCam) |
Variables | |
| int | grWrldX |
| int | grWrldY |
| int | grWrldZ |
| int | grWrldMaxSize |
| tTrack * | grTrack |
| ssgRoot * | TheScene |
| ssgBranch * | SunAnchor |
| ssgBranch * | LandAnchor |
| ssgBranch * | CarsAnchor |
| ssgBranch * | ShadowAnchor |
| ssgBranch * | PitsAnchor |
| ssgBranch * | SmokeAnchor |
| ssgBranch * | SkidAnchor |
| ssgBranch * | CarlightAnchor |
| ssgBranch * | ThePits |
| ssgStateSelector * | grEnvSelector |
| grMultiTexState * | grEnvState |
| grMultiTexState * | grEnvShadowState |
| grMultiTexState * | grEnvShadowStateOnCars |
| void grCustomizePits | ( | void | ) |
| void grDrawBackground | ( | class cGrCamera * | , |
| class cGrBackgroundCam * | bgCam | ||
| ) |
| void grDrawScene | ( | void | ) |
Definition at line 244 of file grscene.cpp.
| int grInitScene | ( | void | ) |
| int grLoadScene | ( | tTrack * | track | ) |
| void grShutdownScene | ( | void | ) |
Definition at line 252 of file grscene.cpp.
| ssgBranch* CarlightAnchor |
Definition at line 77 of file grscene.cpp.
| ssgBranch* CarsAnchor |
Definition at line 72 of file grscene.cpp.
| ssgStateSelector* grEnvSelector |
Definition at line 59 of file grscene.cpp.
| grMultiTexState* grEnvShadowState |
Definition at line 61 of file grscene.cpp.
| grMultiTexState* grEnvShadowStateOnCars |
Definition at line 62 of file grscene.cpp.
| grMultiTexState* grEnvState |
Definition at line 60 of file grscene.cpp.
| tTrack* grTrack |
Definition at line 57 of file grscene.cpp.
| int grWrldMaxSize |
Definition at line 56 of file grscene.cpp.
| int grWrldX |
Definition at line 53 of file grscene.cpp.
| int grWrldY |
Definition at line 54 of file grscene.cpp.
| int grWrldZ |
Definition at line 55 of file grscene.cpp.
| ssgBranch* LandAnchor |
Definition at line 71 of file grscene.cpp.
| ssgBranch* PitsAnchor |
Definition at line 74 of file grscene.cpp.
| ssgBranch* ShadowAnchor |
Definition at line 73 of file grscene.cpp.
| ssgBranch* SkidAnchor |
Definition at line 76 of file grscene.cpp.
| ssgBranch* SmokeAnchor |
Definition at line 75 of file grscene.cpp.
| ssgBranch* SunAnchor |
Definition at line 70 of file grscene.cpp.
| ssgBranch* ThePits |
Definition at line 79 of file grscene.cpp.
| ssgRoot* TheScene |
Definition at line 66 of file grscene.cpp.