Camera XSI extension: Difference between revisions
Jump to navigation
Jump to search
→Element: shorten format to match collada extn pg |
m None |
||
Line 1: | Line 1: | ||
{{extension|company=Softimage|product=XSI}} | {{extension|company=Softimage|product=XSI}} | ||
== | ==<XSI_Camera> Element== | ||
:'''Category:''' | :'''Category:''' <!-- fill in --> (See [[list of specification categories]]) | ||
:'''Introduction:''' | :'''Introduction:''' <!-- fill in one sentence starting with a verb that describes purpose of this element --> | ||
===Concepts=== | ===Concepts=== | ||
<!-- Background info needed to understand this element's purpose and place within COLLADA --> | |||
:Softimage defines the following ''' | :Softimage defines the following '''<camera>/<extra>/<technique profile="XSI">''' extension. | ||
===Attributes=== | ===Attributes=== | ||
Line 16: | Line 16: | ||
:{| {{prettytable}} | :{| {{prettytable}} | ||
|- | |- | ||
| | | <camera>/<extra>/<technique profile="XSI"> | ||
|} | |} | ||
Line 55: | Line 55: | ||
===Details=== | ===Details=== | ||
: | :<!-- Additional info about how and where to use the element <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*/">kid carrier</span>]</span> (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc. --> | ||
===Examples=== | ===Examples=== | ||
<!-- Really required. --> | |||
<camera id="cameras_0"> | |||
<optics> | |||
<technique_common> | |||
<perspective> | |||
<yfov>42.152946</yfov> | |||
<znear>0.100000</znear> | |||
<zfar>32768.000000</zfar> | |||
</perspective> | |||
</technique_common> | |||
</optics> | |||
<extra> | |||
<technique profile="XSI"> | |||
<XSI_Camera> | |||
<xsi_param sid="std">9 </xsi_param> | |||
<xsi_param sid="aspect">1.333333 </xsi_param> | |||
<xsi_param sid="fov">0.000000 </xsi_param> | |||
<xsi_param sid="fovtype">1 </xsi_param> | |||
<xsi_param sid="proj">1 </xsi_param> | |||
<xsi_param sid="orthoheight">0.100000 </xsi_param> | |||
<xsi_param sid="interestdist">53.318638 </xsi_param> | |||
<xsi_param sid="near">0.000000 </xsi_param> | |||
<xsi_param sid="far">0.000000 </xsi_param> | |||
<xsi_param sid="projplane">FALSE </xsi_param> | |||
<xsi_param sid="projplanewidth">0.188976 </xsi_param> | |||
<xsi_param sid="projplaneheight">0.141732 </xsi_param> | |||
<xsi_param sid="projplaneoffx">0.000000 </xsi_param> | |||
<xsi_param sid="projplaneoffy">0.000000</xsi_param> | |||
</XSI_Camera> | |||
</technique> | |||
</extra> | |||
</camera> |
Revision as of 06:09, 26 September 2011
Extension information |
---|
This article is part of the COLLADA extensions directory |
Adding to the extensions directory |
<XSI_Camera> Element
- Category: <!-- fill in --> (See list of specification categories)
- Introduction: <!-- fill in one sentence starting with a verb that describes purpose of this element -->
Concepts
<!-- Background info needed to understand this element's purpose and place within COLLADA -->
- Softimage defines the following <camera>/<extra>/<technique profile="XSI"> extension.
Attributes
- None.
Parent Elements
<camera>/<extra>/<technique profile="XSI">
Child Elements
Uses xsi_param, using SID to distinguish meanings, rather than individual element names.
Name SID Description Default Occurrences Example xsi_param std 9 xsi_param aspect 1.333333 xsi_param fov 0.000000 xsi_param fovtype 1 xsi_param proj 1 xsi_param orthoheight 0.100000 xsi_param interestdist 53.318638 xsi_param near 0.000000 xsi_param far 0.000000 xsi_param projplane FALSE xsi_param projplanewidth 0.188976 xsi_param projplaneheight 0.141732 xsi_param projplaneoffx 0.000000 xsi_param projplaneoffy 0.000000
Details
- <!-- Additional info about how and where to use the element kid carrier (and its children), lists of additional relevant links, detailed value tables for element or attribute values, etc. -->
Examples
<!-- Really required. -->
<camera id="cameras_0"> <optics> <technique_common> <perspective> <yfov>42.152946</yfov> <znear>0.100000</znear> <zfar>32768.000000</zfar> </perspective> </technique_common> </optics> <extra> <technique profile="XSI"> <XSI_Camera> <xsi_param sid="std">9 </xsi_param> <xsi_param sid="aspect">1.333333 </xsi_param> <xsi_param sid="fov">0.000000 </xsi_param> <xsi_param sid="fovtype">1 </xsi_param> <xsi_param sid="proj">1 </xsi_param> <xsi_param sid="orthoheight">0.100000 </xsi_param> <xsi_param sid="interestdist">53.318638 </xsi_param> <xsi_param sid="near">0.000000 </xsi_param> <xsi_param sid="far">0.000000 </xsi_param> <xsi_param sid="projplane">FALSE </xsi_param> <xsi_param sid="projplanewidth">0.188976 </xsi_param> <xsi_param sid="projplaneheight">0.141732 </xsi_param> <xsi_param sid="projplaneoffx">0.000000 </xsi_param> <xsi_param sid="projplaneoffy">0.000000</xsi_param> </XSI_Camera> </technique> </extra> </camera>