Autodesk Arnold (also known as simply Arnold) is a computer program for rendering three-dimensional, computer-generated scenes using unbiased, physically-based, Monte Carlo path tracing techniques. Created in Spain by Marcos Fajardo, it was later co-developed by his company Solid Angle SL (now owned by Autodesk) and Sony Pictures Imageworks.
Originally written in C99 and progressively rewritten in C++, Arnold runs natively on x86 and AppleCPUs, where it tries to take advantage of all available threads and SIMD lanes for optimal parallelism. Since March 2019[1] it supports NvidiaRTX-powered GPUs through the use of OptiX.
Its ray tracing engine is optimized to send billions of spatially incoherent rays throughout a 3D scene composed of geometric primitives including polygons, hair splines, and volumes. It often uses multiple levels of diffuse and specular inter-reflection so that light can bounce off of a wall or other object and indirectly illuminate a subject. For complex scenes such as the space station in Elysium, it makes heavy use of geometry instancing, which helps it render trillions of visible polygons in a reasonable amount of memory. It can render large numbers of high-resolution texture maps thanks to its efficient integration of the OpenImageIO library. It has a fully programmable API, and uses shaders written in C++ or Open Shading Language to define the materials and textures.[2]
Arnold is based on the Monte CarloPath Tracing algorithm, making extensive use of importance sampling and other numerical techniques to improve the quality of rendered images. Throughout the 2010s, its team published research that popularized the use of solid angle-based sampling of area lights in production rendering,[3][4][5] equi-angular sampling for volumetric scattering,[6] ray-traced sub-surface scattering,[7] and blue-noise dithered sampling.[8]
History
Marcos Fajardo was the chief architect of Arnold until 2020.[9] The beginnings of what is now Arnold emerged in 1997 when Fajardo decided to write his own renderer. That year, he attended SIGGRAPH, where his interest in stochastic ray tracing (a foundational part of Arnold's rendering technology) was piqued in discussions with friends attending the conference.
Early versions of Fajardo's renderer were called RenderAPI. The name Arnold emerged when one of Fajardo's friends suggested it after mocking an Arnold Schwarzenegger film they saw in a theater.[9]
In 2004, Fajardo entered a licensing and co-development agreement with Sony Pictures Imageworks, which resulted in separate branches for the commercial and Sony-proprietary versions of Arnold.[10][11] The commercial version was integrated via plug-ins into several DCC packages including Softimage, Maya, Katana, Cinema4D, and Houdini.
Solid Angle SL, the company behind Arnold, was founded in 2009 in Madrid and purchased by Autodesk in early 2016. The acquisition was announced officially on April 18, 2016.[12] Arnold is now bundled with Maya and 3ds Max.
Awards
On 4 January 2017, the Academy of Motion Picture Arts and Sciences recognized Fajardo with a Scientific and Engineering award (Academy plaque) for "the creative vision and original implementation of the Arnold Renderer."[13]
On 21 October 2021, the Television Academy recognized Fajardo, along with colleagues Alan King and Thiago Ize, with an Engineering Emmy statuette for the Arnold Global Illumination Rendering System.[14]
On 1 December 2023, as part of the first CVMP Technical Awards, Fajardo received a CVMP Implementation Award for Arnold, "to individual(s) who have taken academic research and then have pioneered in a timely manner a tool that implements that research in a novel way."[15]