SI_Scene

Contains global scene information.

 

This template corresponds to the CSLSceneInfo class.

Introduced

2.0

Template

SI_Scene <sceneName>
{
  "<Timing>",
  <start>,<end>,
  <frameRate>,
}

Members

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.

Example

SI_Scene Scene { 
   "FRAMES", 
   1.000000, 
   100.000000, 
   29.970030, 
}


Autodesk Crosswalk v5.0