COLLADA XSI extension: Difference between revisions
use toclimit template |
m None |
||
Line 1: | Line 1: | ||
{{extension|company=Softimage|product=XSI}} | {{extension|company=Softimage|product=XSI}} | ||
:Softimage defines the following ''' | :Softimage defines the following '''<COLLADA>/<extra>/<technique profile="XSI">''' extensions. | ||
{{TOClimit|2}} | {{TOClimit|2}} | ||
== | == <SI_Scene> element== | ||
:'''Category:''' | :'''Category:''' <!-- fill in --> (See [[list of specification categories]]) | ||
:'''Introduction:''' Contains global scene information. | :'''Introduction:''' Contains global scene information. | ||
===Concepts=== | ===Concepts=== | ||
<!-- Background info needed to understand this element's purpose and place within COLLADA --> | |||
===Attributes=== | ===Attributes=== | ||
Line 18: | Line 18: | ||
:{| {{prettytable}} | :{| {{prettytable}} | ||
|- | |- | ||
| | | <COLLADA>/<extra>/<technique profile="XSI"> | ||
|} | |} | ||
Line 42: | Line 42: | ||
===Details=== | ===Details=== | ||
:''Fill in Additional info about how and where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc. '' | :''Fill in Additional info about how and <span class="plainlinks">[http://www.thepiggybackrider.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;/*CITATION*/">child carrier</span>]</span> where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc. '' | ||
== | == <SI_Angle> element== | ||
:'''Category:''' | :'''Category:''' <!-- fill in --> (See [[list of specification categories]]) | ||
:'''Introduction:''' ''one-sentence description'' | :'''Introduction:''' ''one-sentence description'' | ||
===Concepts=== | ===Concepts=== | ||
<!-- Background info needed to understand this element's purpose and place within COLLADA --> | |||
===Attributes=== | ===Attributes=== | ||
Line 58: | Line 58: | ||
:{| {{prettytable}} | :{| {{prettytable}} | ||
|- | |- | ||
| | | <COLLADA>/<extra>/<technique profile="XSI"> | ||
|} | |} | ||
Line 73: | Line 73: | ||
:''Fill in Additional info about how and where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc. '' | :''Fill in Additional info about how and where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc. '' | ||
== | == <SI_Ambience> element== | ||
:'''Category:''' | :'''Category:''' <!-- fill in --> (See [[list of specification categories]]) | ||
:'''Introduction:''' ''one-sentence description'' | :'''Introduction:''' ''one-sentence description'' | ||
===Concepts=== | ===Concepts=== | ||
<!-- Background info needed to understand this element's purpose and place within COLLADA --> | |||
===Attributes=== | ===Attributes=== | ||
Line 87: | Line 87: | ||
:{| {{prettytable}} | :{| {{prettytable}} | ||
|- | |- | ||
| | | <COLLADA>/<extra>/<technique profile="XSI"> | ||
|} | |} | ||
Line 106: | Line 106: | ||
:''Fill in Additional info about how and where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc. '' | :''Fill in Additional info about how and where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc. '' | ||
== | == <SI_CoordinateSystem> element== | ||
:'''Category:''' | :'''Category:''' <!-- fill in --> (See [[list of specification categories]]) | ||
:'''Introduction:''' ''one-sentence description'' | :'''Introduction:''' ''one-sentence description'' | ||
===Concepts=== | ===Concepts=== | ||
<!-- Background info needed to understand this element's purpose and place within COLLADA --> | |||
===Attributes=== | ===Attributes=== | ||
Line 120: | Line 120: | ||
:{| {{prettytable}} | :{| {{prettytable}} | ||
|- | |- | ||
| | | <COLLADA>/<extra>/<technique profile="XSI"> | ||
|} | |} | ||
Line 147: | Line 147: | ||
==Examples== | ==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> |
Revision as of 06:13, 26 September 2011
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: <!-- fill in --> (See list of specification categories)
- Introduction: Contains global scene information.
Concepts
<!-- Background info needed to understand this element's purpose and place within COLLADA -->
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
- Fill in Additional info about how and child carrier where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc.
<SI_Angle> element
- Category: <!-- fill in --> (See list of specification categories)
- Introduction: one-sentence description
Concepts
<!-- Background info needed to understand this element's purpose and place within COLLADA -->
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
- Fill in Additional info about how and where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc.
<SI_Ambience> element
- Category: <!-- fill in --> (See list of specification categories)
- Introduction: one-sentence description
Concepts
<!-- Background info needed to understand this element's purpose and place within COLLADA -->
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
- Fill in Additional info about how and where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc.
<SI_CoordinateSystem> element
- Category: <!-- fill in --> (See list of specification categories)
- Introduction: one-sentence description
Concepts
<!-- Background info needed to understand this element's purpose and place within COLLADA -->
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
- Fill in Additional info about how and where to use the element (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc.
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>