Document play time interval FCOLLADA extension: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
extensions->extension |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{extension|company=[[Feeling Software extensions|Feeling Software]]|product=[[FCollada]]}} | ||
== Document play time interval extension == | == Document play time interval extension == | ||
Latest revision as of 05:04, 23 February 2009
| Extension information |
|---|
|
| This article is part of the COLLADA extensions directory |
| Adding to the extensions directory |
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>