Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Camera

Each camera node defined in the scene and marked as rendered will be translated to Maxwell Render by the plug-in, same way as the other renderers (like Mantra) work.

Basic camera parameters such as shutter speed, f-stop or position, rotation, uv coordinates are read from the Houdini camera node itself (see Maxwell Camera (OBJ)). In addition Maxwell has some specific parameters which are not available on Houdini’s default camera node. These can be defined with the Maxwell Camera Params node on the OBJ level which expects the camera node as the input.

Maxwell Render simulates a real camera with the associated lens set, diaphragm, etc. parameters. Special camera parameters are the following:
  • Lens: specifies the type of the camera lens. Maxwell Render provides 6 different lens types useful for a range of different scenarios. For more details on the camera lens type, please check the Camera Lenses page.
  • Aperture: specifies the projection angle for Fish Eye, Spherical and Cylindrical type lenses.
  • Use Shutter Speed: camera shutter is different in Houdini and Maxwell. Houdini stores shutter time in 0 – 1 interval, while Maxwell uses shutter speed. Shutter time is translated with a formula (described in the Maxwell Camera section) which has some limitations. If this flag is turned on, the given value will be used as the camera shutter speed in the Maxwell scene.
  • Shutter Speed: specifies shutter speed value of the Maxwell camera.
  • Use Rotary Shutter: enables the rotary shutter mode, which mimics the behavior of a film cameras shutter. In this mode the shutter time value is overridden with the value computed from the angle.

  • Shutter Angle: defines how long the film is exposed to light: 90 degrees means that the shutter time is a quarter of the frame time, while a value of 360 degrees means there's no shutter at all and the film is exposed for the whole duration of the frame.

  • ISO: specifies the film's light- sensitivity. Higher ISO is more sensitive.
  • Shift Offset: specifies the offset of the lens position horizontally and vertically which can be useful to correct geometric perspective distortion.
  • Aperture: controls the shape of the “bokeh” effect caused by bright spots in the parts of the render that are out of focus. (Circular or Polygonal)
  • Blades: specifies the number of blades for Polygonal diaphragm.
  • Angle: specifies rotation angle of aperture opening for Polygonal diaphragm.
  • Custom Bokeh: enables anamorphic bokeh, allowing you to get a natural anisotropic non-round bokeh.
  • Bokeh Ratio: specifies the aspect ratio of the anamorphic bokeh.
  • Bokeh Angle: specifies the angle of the anamorphic bokeh.

Object

Each geometry node defined in the scene and marked as rendered will be translated to Maxwell Render by the plug-in, same way as the other renderers (like Mantra) work.

Basic geometry parameters such as position, rotation, uv coordinates are read from the node, but Maxwell objects has some specific parameters which are not available on Houdini’s default geometry node. These can be defined with the Maxwell Object Params node on the OBJ level which expects the geometry node as the input.

Maxwell related object settings are the following:

  • Opacity: specifies the opacity of the object.
  • Object ID: specifies the color to identify the object.
  • Backface Material: allows you to map a separate material to the reverse face of a polygons of the object. Read more...
  • Blocked Emitters: specifies the list of lights and emitters which are not lit the object in the render. The plug-in translates Houdini’s light linking setup as blocked emitters.
  • Recalculate Normals: calculates normal vectors for each face when the geometry is translated to Maxwell Render. When this flag is turned off then the plug-in tries to find and use the normal point attribute associated with the geometry. When no normal point attribute is set, gives a warning and recalculates the normals.
  • Smoothing: this flag can be set when recalculate normals is turned on. Smoothing means that point normals will be calculated to the geometry instead of face normals which guarantees continuous surface in the render. Smoothing is turned on by default.
  • Hidden From Camera: specifies the visibility of the object.
  • Hidden From Reflections/Refractions: reflected or refracted objects are hidden.
  • Hidden From Global Illumination: the object will render but will not affect lighting.
  • Hidden From Z-clip Planes: if this option is selected, the object won't be cut by Z-clip planes.
  • Custom Alpha: defines the name of custom alpha channels associated with this object. Read more...

 

  • No labels