- 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>