[][src]Module tray_rust::integrator::whitted

Defines the Whitted integrator which implements Whitted recursive ray tracing See Whitted, An improved illumination model for shaded display

Scene Usage Example

The Whitted integrator just needs a maximum ray depth to terminate specular reflection and transmission rays.

"integrator": {
    "type": "whitted",
    "max_depth": 8
}

Structs

Whitted

The Whitted integrator implementing the Whitted recursive ray tracing algorithm