Mental Ray

Summary

Mental Ray (stylized as mental ray) is a production-quality ray tracing application for 3D rendering. Its Berlin-based developer Mental Images was acquired by Nvidia in 2007 and Mental Ray was discontinued in 2017.

Mental Ray
Original author(s)Mental Images
Developer(s)Nvidia
Initial release1989; 35 years ago (1989)
Stable release
3.14
Preview release
3.14
Operating systemLinux, OS X, Microsoft Windows[1]
TypeRendering system
LicenseProprietary software
Websitewww.nvidia.com/object/nvidia-mental-ray-products.html

Mental Ray has been used in many feature films, including Hulk, The Matrix Reloaded & Revolutions, Star Wars: Episode II – Attack of the Clones, The Day After Tomorrow and Poseidon.[2][3]

In November 2017 Nvidia announced that it would no longer offer new Mental Ray subscriptions, although maintenance releases with bug fixes were published throughout 2018 for existing plugin customers.[4]

Features edit

 
An image rendered using Mental Ray which demonstrates global illumination, photon maps, depth of field, ambient occlusion, glossy reflections, soft shadows and bloom

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 via ray tracing, and used Quasi-Monte Carlo methods to solve the underlying light transport simulation. 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. There were many programs integrating it such as Autodesk Maya, 3D Studio Max, Cinema 4D and Revit, Softimage|XSI, Side Effects Software's Houdini, SolidWorks and Dassault Systèmes' CATIA. Most of these software front-ends provided 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 and infinitely variable, 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.

 
An image of diamond rendered using Mental Ray in CATIA V5R19 Photo Studio

Supported geometric primitives include polygons, subdivision surfaces, and trimmed free-form surfaces such 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.

Since 2010 Mental Ray has also included the iray rendering engine,[5] which added GPU acceleration to the product. In 2013, the ambient occlusion pass was also accelerated by CUDA, and in 2015 the GI Next engine was added which can be used to compute all indirect/global illumination on GPUs.

In 2003, Mental Images received an Academy Award for contributions of mental ray to motion pictures.

See also edit

Notes edit

  1. ^ "GPU Rendering Solutions for 3D Designers".
  2. ^ "mental images Software Developers Receive Academy Award Archived 2012-11-19 at the Wayback Machine". Mental Images Press Release, April 23, 2011
  3. ^ "Large as Life: Industrial Light & Magic Looks to mental ray to Create "Poseidon" Archived 2012-11-19 at the Wayback Machine". Mental Images Press Release, April 23, 2011
  4. ^ "NVIDIA MENTAL RAY TRANSITION FAQ" (PDF). NVIDIA. Retrieved November 18, 2017.
  5. ^ Keller, Alexander; Wächter, Carsten; Raab, Matthias; Seibert, Daniel; Dietger van Antwerpen; Korndörfer, Johann; Kettner, Lutz (2017) [3 May 2017]. "The Iray Light Transport Simulation and Rendering System" (Report). NVIDIA. arXiv:1705.01263.

Further reading edit

  • Driemeyer, Thomas: Rendering with mental ray, SpringerWienNewYork, ISBN 3-211-22875-6
  • Driemeyer, Thomas: Programming mental ray, SpringerWienNewYork, ISBN 3-211-24484-0
  • Kopra, Andy: Writing mental ray Shaders: A perceptual introduction, SpringerWienNewYork, ISBN 978-3-211-48964-2

External links edit

  • Mental Ray home page