COLLADA XSI extension: Difference between revisions
Jump to navigation
Jump to search
→element: bump up example level |
for purposes of extensions, shorten layout. |
||
Line 15: | Line 15: | ||
:None. | :None. | ||
=== | ===Parent Element=== | ||
<COLLADA>/<extra>/<technique profile="XSI"> | |||
===Child Elements=== | ===Child Elements=== | ||
Uses xsi_param for all child elements, using SID to distinguish meanings, rather than individual element names. | |||
:{| {{prettytable}} | :{| {{prettytable}} | ||
|- | |- | ||
Line 63: | Line 52: | ||
:None. | :None. | ||
=== | ===Parent Elements=== | ||
<COLLADA>/<extra>/<technique profile="XSI"> | |||
===Child Elements=== | ===Child Elements=== | ||
Uses xsi_param for all child elements, using SID to distinguish meanings, rather than individual element names. | |||
:{| {{prettytable}} | :{| {{prettytable}} | ||
|- | |- | ||
Line 100: | Line 78: | ||
:None. | :None. | ||
=== | ===Parent Elements=== | ||
<COLLADA>/<extra>/<technique profile="XSI"> | |||
===Child Elements=== | ===Child Elements=== | ||
Uses xsi_param for all child elements, using SID to distinguish meanings, rather than individual element names. | |||
:{| {{prettytable}} | :{| {{prettytable}} | ||
|- | |- | ||
Line 141: | Line 108: | ||
:None. | :None. | ||
=== | ===Parent Elements=== | ||
<COLLADA>/<extra>/<technique profile="XSI"> | |||
|} | |} | ||
===Child Elements=== | ===Child Elements=== | ||
Uses xsi_param for all child elements, using SID to distinguish meanings, rather than individual element names. | |||
:{| {{prettytable}} | :{| {{prettytable}} | ||
|- | |- |
Revision as of 21:43, 18 March 2009
Extension information |
---|
This article is part of the COLLADA extensions directory |
Adding to the extensions directory |
- Softimage defines the following <COLLADA>/<extra>/<technique profile="XSI"> extensions.
<SI_Scene> element
- Category: (See list of specification categories)
- Introduction: Contains global scene information.
Concepts
Attributes
- None.
Parent Element
<COLLADA>/<extra>/<technique profile="XSI">
Child Elements
Uses xsi_param for all child elements, using SID to distinguish meanings, rather than individual element names.
Name SID Description Default Occurrences xsi_param Timing Specifies whether time values are expressed as frames or seconds. Possible values are:
- FRAMES
- SECONDS
xsi_param start Start time of the scene (in either frames or seconds, depending on the value of the Timing flag). xsi_param end End time of the scene (in either frames or seconds, depending on the value of the Timing flag). xsi_param frameRate Frames per second.
Details
<SI_Angle> element
- Category: (See list of specification categories)
- Introduction: one-sentence description
Concepts
Attributes
- None.
Parent Elements
<COLLADA>/<extra>/<technique profile="XSI">
Child Elements
Uses xsi_param for all child elements, using SID to distinguish meanings, rather than individual element names.
Name SID Description Default Occurrences xsi_param type
Details
<SI_Ambience> element
- Category: (See list of specification categories)
- Introduction: one-sentence description
Concepts
Attributes
- None.
Parent Elements
<COLLADA>/<extra>/<technique profile="XSI">
Child Elements
Uses xsi_param for all child elements, using SID to distinguish meanings, rather than individual element names.
Name SID Description Default Occurrences xsi_param red xsi_param green xsi_param blue
Details
<SI_CoordinateSystem> element
- Category: (See list of specification categories)
- Introduction: one-sentence description
Concepts
Attributes
- None.
Parent Elements
<COLLADA>/<extra>/<technique profile="XSI">
|}
Child Elements
Uses xsi_param for all child elements, using SID to distinguish meanings, rather than individual element names.
Name SID Description Default Occurrences xsi_param handRotation xsi_param uAxis xsi_param vAxis xsi_param xAxis xsi_param yAxis xsi_param zAxis
Details
Examples
<extra> <technique profile="XSI"> <SI_Scene> <xsi_param sid="timing">"SECONDS" </xsi_param> <xsi_param sid="start">1.000000 </xsi_param> <xsi_param sid="end">100.000000 </xsi_param> <xsi_param sid="frameRate">29.970030</xsi_param> </SI_Scene> <SI_Angle> <xsi_param sid="type">0</xsi_param> </SI_Angle> <SI_Ambience> <xsi_param sid="red">0.000000 </xsi_param> <xsi_param sid="green">0.000000 </xsi_param> <xsi_param sid="blue">0.000000</xsi_param> </SI_Ambience> <SI_CoordinateSystem> <xsi_param sid="handRotation">1 </xsi_param> <xsi_param sid="uAxis">0 </xsi_param> <xsi_param sid="vAxis">1 </xsi_param> <xsi_param sid="xAxis">0 </xsi_param> <xsi_param sid="yAxis">2 </xsi_param> <xsi_param sid="zAxis">5</xsi_param> </SI_CoordinateSystem> </technique> </extra>