Contains global scene information.
![]()
|
This template corresponds to the CSLSceneInfo class. |
2.0
SI_Scene <sceneName>
{
"<Timing>",
<start>,<end>,
<frameRate>,
}
|
Member |
Type |
Description |
|
Timing |
char * |
Specifies whether time values are expressed as frames or seconds. Possible values are: FRAMES | SECONDS |
|
start |
int | float |
Start time (in either frames or seconds, depending on the value of the Timing flag) of the scene. |
|
end |
int | float |
End time (in either frames or seconds, depending on the value of the Timing flag) of the scene. |
|
frameRate |
float |
Frames per second. |
SI_Scene Scene {
"FRAMES",
1.000000,
100.000000,
29.970030,
}
Autodesk Crosswalk v4.0