models

pypbr.models

This module defines various Bidirectional Reflectance Distribution Function (BRDF) models used in Physically Based Rendering (PBR). It includes abstract base classes and concrete implementations like the Cook-Torrance model, facilitating material rendering.

Classes:

BRDFModel: Abstract base class for BRDF models.

CookTorranceBRDF: Implementation of the Cook-Torrance BRDF model.

BRDFModel

Abstract base class for BRDF models.

CookTorranceBRDF

Implements the Cook-Torrance BRDF model.