Public Member Functions | |
SceneInfo () | |
Make a SceneInfo object with all pointers set to zero and not animating. | |
bool | magicOk () const |
Test the class integrity. | |
SceneInfo () | |
bool | magicOk () const |
Test the class integrity. | |
Static Public Member Functions | |
static uint8_t | nominalMagicNumber () |
static uint8_t | nominalMagicNumber () |
Public Attributes | |
SoCamera * | camera |
SoSeparator * | root |
vector< SoSpotLightDragger * > | draggerVec |
All of the draggers that have been added. | |
SoSwitch * | draggerSwitch |
On/off of the separators. May add code to show one at a time. | |
SoPointLight * | headlight |
if this is not NULL, then move with camera | |
gengetopt_args_info * | a |
a for args. These are the command line arguments | |
SoCamera * | camera |
SoSeparator * | root |
vector< SoSpotLightDragger * > | draggerVec |
All of the draggers that have been added. | |
SoSwitch * | draggerSwitch |
On/off of the separators. May add code to show one at a time. | |
gengetopt_args_info * | a |
a for args. These are the command line arguments | |
bool | animating |
set to true to start animation; | |
bool | render_frames_to_disk |
true, we write out each animated frame | |
bool | connect_the_dots |
true if showing last path | |
SoSeparator * | connect_sep |
float | cur_percent |
how far between waypoints | |
size_t | cur_mark |
SbColor | background |
Background rendering color. | |
Private Attributes | |
uint8_t | magicNumber |
Help make sure we have a valid SceneInfo structure. |
|
Make a SceneInfo object with all pointers set to zero and not animating.
|
|
|
|
Test the class integrity.
|
|
Test the class integrity.
|
|
Use magic numbers to make sure you actually get this class when you must do a cast to/from void pointer |
|
Use magic numbers to make sure you actually get this class when you must do a cast to/from void pointer |
|
a for args. These are the command line arguments
|
|
a for args. These are the command line arguments
|
|
set to true to start animation;
|
|
Background rendering color.
|
|
|
|
|
|
|
|
true if showing last path
|
|
|
|
how far between waypoints
|
|
On/off of the separators. May add code to show one at a time.
|
|
On/off of the separators. May add code to show one at a time.
|
|
All of the draggers that have been added.
|
|
All of the draggers that have been added.
|
|
if this is not NULL, then move with camera
|
|
Help make sure we have a valid SceneInfo structure.
|
|
true, we write out each animated frame
|
|
|
|
|