XformedSurfaceWithMaterial class

Adds a Material to XformedSurface.

Explicitly stores a Transform which positions/orients the surface in the scene and pointer to a single Material which specifies the light reflectance properties.

Base classes

class XformedSurface
A convenience subclass of Surface for surfaces with a Transform.

Derived classes

class Quad
A quad spanning from -m_size / 2 to m_size / 2 in the (x,y)-plane at z=0.
class Sphere
A sphere centered at the origin with radius m_radius.