Imager modo 401 extension: Difference between revisions
Jump to navigation
Jump to search
m Imager modo401 extension moved to Imager modo 401 extension: Added a space for readability. |
modo 401 imager extensions... |
||
Line 1: | Line 1: | ||
{{extension | {{extension | ||
| company = | | company = Luxology | ||
| purpose = | | purpose = Custom camera imager | ||
| product = modo 401 | |||
| product = | | product2 = | ||
| product2 = | | product3 = | ||
| product3 = | | contact_email = customer_support@luxology.com | ||
| contact_email = . | | last_updated = 17 Aug 09}} | ||
| last_updated = | |||
==< | ==<extra>/<technique profile="modo401">/<param> Elements== | ||
<!-- | <!-- | ||
TIP: The ":" at the beginning of lines indents them. | TIP: The ":" at the beginning of lines indents them. | ||
--> | --> | ||
:'''Category:''' <!-- fill in --> (See [[list of specification categories]]) | :'''Category:''' '''(core)''' Camera <!-- fill in --> (See [[list of specification categories]]) | ||
:'''Introduction:''' <!-- fill in one sentence starting with a verb that describes purpose of this element --> | :'''Introduction:''' Describes custom cameras, include the specialized camera imager settings supported by modo 401.<!-- 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 --> | :The modo render engine provides a general purpose camera, with an extended imager described in terms of an aperture size and an offset.<!-- Background info needed to understand this element's purpose and place within COLLADA --> | ||
:{| {{prettytable}} | :{| {{prettytable}} | ||
Line 24: | Line 23: | ||
!Name||Type||Description||Required? | !Name||Type||Description||Required? | ||
|- | |- | ||
| | |sid||xs:ncname||A unique symbol within the technique; one for each param.||Yes | ||
|- | |||
|name||xs:ncname||A user-friendly name for the param.||no | |||
|} | |} | ||
Line 30: | Line 31: | ||
|+ '''Related Elements''' | |+ '''Related Elements''' | ||
!Parent element(s) | !Parent element(s) | ||
| | | <camera>/<imager> | ||
|- | |- | ||
!Extra and/or Technique | !Extra and/or Technique | ||
| | | <extra>/<technique profile="modo401"><!-- e.g., <extra type="foo">/<technique profile="BAR"> --> | ||
|- | |- | ||
!Child elements | !Child elements | ||
| | | None<!-- or state None --> | ||
|- | |- | ||
!Other | !Other | ||
| | | <!-- list any other relevant elements --> | ||
|} | |} | ||
Line 54: | Line 55: | ||
===Examples=== | ===Examples=== | ||
<!-- Really required. --> | <!-- Really required. --> | ||
<library_cameras> | |||
<camera id="Camera-Camera" name="Camera"> | |||
... | |||
<imager> | |||
<technique profile="modo401"> | |||
<param sid="apertureX" name="Film_Width" type="float">0.036</param> | |||
<param sid="apertureY" name="Film_Height" type="float">0.024</param> | |||
<param sid="offsetX" name="Film_Offset_X" type="float">0</param> | |||
<param sid="offsetY" name="Film_Offset_Y" type="float">0</param> | |||
<param sid="filmFit" name="Film_Fit" type="Name">fill</param> | |||
</technique> | |||
</imager> | |||
</camera> | |||
</library_cameras> |
Revision as of 02:52, 18 August 2009
Extension information |
---|
|
This article is part of the COLLADA extensions directory |
Adding to the extensions directory |
<extra>/<technique profile="modo401">/<param> Elements
- Category: (core) Camera (See list of specification categories)
- Introduction: Describes custom cameras, include the specialized camera imager settings supported by modo 401.
Concepts
- The modo render engine provides a general purpose camera, with an extended imager described in terms of an aperture size and an offset.
Attributes Name Type Description Required? sid xs:ncname A unique symbol within the technique; one for each param. Yes name xs:ncname A user-friendly name for the param. no
Related Elements Parent element(s) <camera>/<imager> Extra and/or Technique <extra>/<technique profile="modo401"> Child elements None Other
Child Elements Name Description Default Occurrences Example Specifies foo. N/A 0 or more
Details
Examples
<library_cameras> <camera id="Camera-Camera" name="Camera"> ... <imager> <technique profile="modo401"> <param sid="apertureX" name="Film_Width" type="float">0.036</param> <param sid="apertureY" name="Film_Height" type="float">0.024</param> <param sid="offsetX" name="Film_Offset_X" type="float">0</param> <param sid="offsetY" name="Film_Offset_Y" type="float">0</param> <param sid="filmFit" name="Film_Fit" type="Name">fill</param> </technique> </imager> </camera> </library_cameras>