lux::Glass Class Reference

#include <glass.h>

Inheritance diagram for lux::Glass:

lux::Material

List of all members.

Public Member Functions

 Glass (boost::shared_ptr< Texture< Spectrum > > r, boost::shared_ptr< Texture< Spectrum > > t, boost::shared_ptr< Texture< float > > i, boost::shared_ptr< Texture< float > > cbf, bool archi, 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 > > 
index
boost::shared_ptr< Texture
< float > > 
cauchyb
boost::shared_ptr< Texture
< float > > 
bumpMap
bool architectural


Detailed Description

Definition at line 31 of file glass.h.


Constructor & Destructor Documentation

lux::Glass::Glass ( boost::shared_ptr< Texture< Spectrum > >  r,
boost::shared_ptr< Texture< Spectrum > >  t,
boost::shared_ptr< Texture< float > >  i,
boost::shared_ptr< Texture< float > >  cbf,
bool  archi,
boost::shared_ptr< Texture< float > >  bump 
) [inline]

Definition at line 34 of file glass.h.

References architectural, bumpMap, cauchyb, index, Kr, and Kt.

Referenced by CreateMaterial().


Member Function Documentation

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

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


Member Data Documentation

bool lux::Glass::architectural [private]

Definition at line 52 of file glass.h.

Referenced by GetBSDF(), and Glass().

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

Definition at line 51 of file glass.h.

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

boost::shared_ptr<Texture<float> > lux::Glass::cauchyb [private]

Definition at line 50 of file glass.h.

Referenced by GetBSDF(), and Glass().

boost::shared_ptr<Texture<float> > lux::Glass::index [private]

Definition at line 49 of file glass.h.

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

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

Definition at line 48 of file glass.h.

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

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

Definition at line 48 of file glass.h.

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


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

Generated on Mon May 18 07:16:19 2009 for lux by  doxygen 1.5.8