
Core Features
- Unidirectional path tracing with multiple importance sampling
- Multi-core CPU rendering with SIMD acceleration
- GPU rendering with NVIDIA CUDA & AMD OpenCL
- Multi-GPU support
- Unified rendering kernel for CPU and GPU
- Apache License v2
Interactivity
- Designed for interactive updates
- Fast object, shader, light changes
- Tiled and progressive rendering
Layers & Passes
- Render layers for decomposing the scene
- Render passes for geometry and lighting
- Shadow catcher
- Holdout mattes
- Denoising
Geometry
- Meshes
- Hair curves
- Volumes
- Instancing
- Multi-core BVH build
- Fast BVH refit updates
Subdivision and Displacement
- Adaptive subdivision
- Catmull-Clark and linear schemes
- Displacement
- Bump mapping
Camera
- Perspective and orthographic cameras
- Panoramic and fisheye cameras
- Stereoscopic rendering
- Depth of field
Motion Blur
- Cameras
- Object transforms
- Meshes and hair curves
Shading
- Physically based
- Node based shaders and lights
- Principled BSDF
- Production tricks
- Open Shading Language (CPU only)
Volumes
- Absorption, scattering and emission
- Smoke and fire
- Subsurface scattering
- Homogeneous and heterogeneous
- Principled Volume
Lighting
- Global illumination
- Point, sun, spot and area lights
- Mesh lights
- Environment light
- Sky model
- Light portals
Textures
- Image textures
- Environment textures
- Procedural textures
- Bump and normal maps
Cross Platform
- Windows, Linux and Mac OS X
- 32 and 64 bit