lux::MatteTranslucent Class Reference

#include <mattetranslucent.h>

Inheritance diagram for lux::MatteTranslucent:

lux::Material

List of all members.

Public Member Functions

 MatteTranslucent (boost::shared_ptr< Texture< Spectrum > > kr, boost::shared_ptr< Texture< Spectrum > > kt, 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 > > 
Kr
boost::shared_ptr< Texture
< Spectrum > > 
Kt
boost::shared_ptr< Texture
< float > > 
sigma
boost::shared_ptr< Texture
< float > > 
bumpMap


Detailed Description

Definition at line 31 of file mattetranslucent.h.


Constructor & Destructor Documentation

lux::MatteTranslucent::MatteTranslucent ( boost::shared_ptr< Texture< Spectrum > >  kr,
boost::shared_ptr< Texture< Spectrum > >  kt,
boost::shared_ptr< Texture< float > >  sig,
boost::shared_ptr< Texture< float > >  bump 
) [inline]

Definition at line 34 of file mattetranslucent.h.

References bumpMap, Kr, Kt, and sigma.

Referenced by CreateMaterial().


Member Function Documentation

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

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


Member Data Documentation

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

Definition at line 49 of file mattetranslucent.h.

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

boost::shared_ptr<Texture<Spectrum> > lux::MatteTranslucent::Kr [private]

Definition at line 48 of file mattetranslucent.h.

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

boost::shared_ptr<Texture<Spectrum> > lux::MatteTranslucent::Kt [private]

Definition at line 48 of file mattetranslucent.h.

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

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

Definition at line 49 of file mattetranslucent.h.

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


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

Generated on Mon May 18 07:19:21 2009 for lux by  doxygen 1.5.7.1