irtk.sceneΒΆ

Classes

DiffuseBRDF(d)

A class representing a diffuse BRDF.

EnvironmentLight(radiance[, to_world])

A class representing an environment light.

HDRFilm(width, height[, crop_window, pixel_idx])

A class representing an HDR film.

Integrator(type[, config])

A class representing an integrator.

Mesh(v, f, uv, fuv[, mat_id, to_world, ...])

A class representing a mesh.

MicrofacetBRDF(d, s, r)

A class representing a microfacet BRDF.

PerspectiveCamera(fov, to_world[, near, far])

A class representing a perspective camera.

PerspectiveCameraFull(fx, fy, cx, cy[, ...])

A class representing a full perspective camera.

PointLight(radiance, position)

A class representing a point light.

RoughConductorBRDF(alpha_u, alpha_v, eta, k, s)

A class representing a rough conductor BRDF.

RoughDielectricBSDF(alpha, i_ior, e_ior)

A class representing a rough dielectric BSDF.

Scene()

A class representing a scene with various components.

SmoothDielectricBRDF(int_ior, ext_ior, ...)

A class representing a smooth dielectric BRDF.