Mental Ray Article Index for
Mental
Website Links For
Mental
 

Information About

Mental Ray




''mental ray'' is a production quality Rendering application developed by '' Mental Images '' (Berlin, Germany).
As the name implies, it supports Ray Tracing to generate images. Its feature set is comparable to that of PRman, the RenderMan compliant renderer by Pixar , over which it holds certain advantages and disadvantages. For example, features like Global Illumination were supported by mental ray long before they could be found in PRman, but certain rendering tasks can be much faster in PRman, albeit usually at the expense of true physical accuracy.

''mental ray'' has been used in several feature films, including ''''.


FEATURES


The primary feature of ''mental ray'' is the achievement of high performance through parallelism on both multiprocessor machines and across Render Farms . The software uses acceleration techniques such as Scanline for primary visible surface determination and binary space partitioning for secondary rays. It also supports Caustics and physically correct simulation of global illumination employing Photon Maps . Any combination of diffuse, glossy (soft or scattered), and specular reflection and transmission can be simulated.

''mental ray'' was designed to be integrated into a third-party application using an API or be used as a standalone program using the .mi scene file format for batch-mode rendering. Up to this moment there are many programs integrating this renderer such as Alias Maya , Softimage|XSI , Autodesk 3D Studio Max , Side Effects Software's Houdini , and Dassault Système's CATIA. Most of these software front-ends provide their own library of custom shaders (described below). However assuming these shaders are available to mental ray, any mi file can be rendered, regardless of the software that generated it.

''mental ray'' is fully programmable, supporting linked subroutines also called Shaders written in C or C++ . This feature can be used to create geometric elements at runtime of the renderer, procedural textures, bump and displacement maps, atmosphere and volume effects, environments, camera lenses, and light sources.

Supported geometric primitives include polygons, subdivision surfaces, and trimmed free-form surfaces suchs as NURBS , Bézier , and Taylor monomial.

Phenomena consist of one or more shader trees (DAG). A phenomenon looks like regular shader to the user, and in fact may be a regular shader, but generally it will contain a link to a shader DAG, which may include the introduction or modification of geometry, introduction of lenses, environments, and compile options. The idea of a Phenomenon is to package elements and hide complexity.

In 2003, mental images was awarded an Academy Award for their contributions to the mental ray rendering software for motion pictures.


FURTHER READING


  • Driemeyer, Thomas: ''Rendering with mental ray'', SpringerWienNewYork, ISBN 3-211-22875-6

  • Driemeyer, Thomas: ''Programming mental ray'', SpringerWienNewYork, ISBN 3-211-24484-0



EXTERNAL LINKS