Camera XSI extension: Difference between revisions
Jump to navigation
Jump to search
m oops "XSI" |
fill in element spec template to test |
||
Line 1: | Line 1: | ||
{{extensions|company=Softimage|product=XSI}} | {{extensions|company=Softimage|product=XSI}} | ||
{{extensions | |||
| company = yourcompanyname | |||
| product = yourproductname}} | |||
==<yourelement> 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 --> | |||
===Attributes=== | |||
{| {{prettytable}} | |||
|- | |||
!Name||Type||Description||Required? | |||
|- | |||
|example||xs:token||A text string value that specifies blah.||Yes | |||
|} | |||
===Related Elements=== | |||
{| {{prettytable}} | |||
|- | |||
!Parent element(s) | |||
| list_here | |||
|- | |||
!Extra and/or Technique | |||
| fill_in <!-- e.g., <extra type="foo">/<technique profile="BAR"> --> | |||
|- | |||
!Child elements | |||
| list_here <!-- or state None --> | |||
|- | |||
!Other | |||
| list_here <!-- list any other relevant elements --> | |||
|} | |||
===Child Elements=== | |||
{| {{prettytable}} | |||
|- | |||
!Name||Description||Default||Occurrences | |||
|- | |||
|Example||Specifies foo.||N/A||0 or more | |||
|} | |||
===Details=== | |||
<!-- 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=== | |||
<!-- Really required. --> | |||
Softimage defines the following '''<camera>/<extra>/<technique profile="XSI">''' extension. | Softimage defines the following '''<camera>/<extra>/<technique profile="XSI">''' extension. |
Revision as of 04:40, 10 December 2008
Extension information |
---|
This article is part of the COLLADA extensions directory |
Adding to the extensions directory |
Extension information |
---|
|
This article is part of the COLLADA extensions directory |
Adding to the extensions directory |
<yourelement> Element
Category: (See list of specification categories)
Introduction:
Concepts
Attributes
Name | Type | Description | Required? |
---|---|---|---|
example | xs:token | A text string value that specifies blah. | Yes |
Related Elements
Parent element(s) | list_here |
---|---|
Extra and/or Technique | fill_in |
Child elements | list_here |
Other | list_here |
Child Elements
Name | Description | Default | Occurrences |
---|---|---|---|
Example | Specifies foo. | N/A | 0 or more |
Details
Examples
Softimage defines the following <camera>/<extra>/<technique profile="XSI"> extension.
<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>