Document play time interval extension
This <extra> at the <visual_scene> level defines the time interval that the application should use to play the current COLLADA document. This time interval is inclusive.
Element |
Description
|
<start_time> |
Contains the start time marker for the interval.
|
<end_time> |
Contains the end time marker for the interval.
|
Example
<library_visual_scenes>
<visual_scene>
<extra>
<technique profile="FCOLLADA">
<start_time> 0.0 </start_time>
<end_time> 2.0 </end_time>
</technique>
</extra>
</visual_scene>
</library_visual_scenes>