lux::Matte Class Reference

#include <matte.h>

Inheritance diagram for lux::Matte:

lux::Material

List of all members.

Public Member Functions

 Matte (boost::shared_ptr< Texture< Spectrum > > kd, boost::shared_ptr< Texture< float > > sig, boost::shared_ptr< Texture< float > > bump)
BSDFGetBSDF (const DifferentialGeometry &dgGeom, const DifferentialGeometry &dgShading, float u) const

Static Public Member Functions

static MaterialCreateMaterial (const Transform &xform, const TextureParams &mp)

Private Attributes

boost::shared_ptr< Texture
< Spectrum > > 
Kd
boost::shared_ptr< Texture
< float > > 
sigma
boost::shared_ptr< Texture
< float > > 
bumpMap


Detailed Description

Definition at line 31 of file matte.h.


Constructor & Destructor Documentation

lux::Matte::Matte ( boost::shared_ptr< Texture< Spectrum > >  kd,
boost::shared_ptr< Texture< float > >  sig,
boost::shared_ptr< Texture< float > >  bump 
) [inline]

Definition at line 34 of file matte.h.

References bumpMap, Kd, and sigma.

Referenced by CreateMaterial().


Member Function Documentation

Material * Matte::CreateMaterial ( const Transform xform,
const TextureParams mp 
) [static]

BSDF * Matte::GetBSDF ( const DifferentialGeometry dgGeom,
const DifferentialGeometry dgShading,
float  u 
) const [virtual]


Member Data Documentation

boost::shared_ptr<Texture<float> > lux::Matte::bumpMap [private]

Definition at line 48 of file matte.h.

Referenced by CreateMaterial(), GetBSDF(), and Matte().

boost::shared_ptr<Texture<Spectrum> > lux::Matte::Kd [private]

Definition at line 47 of file matte.h.

Referenced by CreateMaterial(), GetBSDF(), and Matte().

boost::shared_ptr<Texture<float> > lux::Matte::sigma [private]

Definition at line 48 of file matte.h.

Referenced by CreateMaterial(), GetBSDF(), and Matte().


The documentation for this class was generated from the following files:

Generated on Mon May 18 07:13:23 2009 for lux by  doxygen 1.5.8