lux::Glossy Class Reference

#include <glossy.h>

Inheritance diagram for lux::Glossy:
[legend]
Collaboration diagram for lux::Glossy:
[legend]

List of all members.

Public Member Functions

 Glossy (boost::shared_ptr< Texture< SWCSpectrum > > kd, boost::shared_ptr< Texture< SWCSpectrum > > ks, boost::shared_ptr< Texture< SWCSpectrum > > ka, boost::shared_ptr< Texture< float > > i, boost::shared_ptr< Texture< float > > d, boost::shared_ptr< Texture< float > > u, boost::shared_ptr< Texture< float > > v, boost::shared_ptr< Texture< float > > bump, const CompositingParams &cp)
virtual ~Glossy ()
virtual BSDFGetBSDF (const TsPack *tspack, const DifferentialGeometry &dgGeom, const DifferentialGeometry &dgShading) const

Static Public Member Functions

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

Private Attributes

boost::shared_ptr< Texture
< SWCSpectrum > > 
Kd
boost::shared_ptr< Texture
< SWCSpectrum > > 
Ks
boost::shared_ptr< Texture
< SWCSpectrum > > 
Ka
boost::shared_ptr< Texture
< float > > 
depth
boost::shared_ptr< Texture
< float > > 
index
boost::shared_ptr< Texture
< float > > 
nu
boost::shared_ptr< Texture
< float > > 
nv
boost::shared_ptr< Texture
< float > > 
bumpMap

Detailed Description

Definition at line 31 of file glossy.h.


Constructor & Destructor Documentation

lux::Glossy::Glossy ( boost::shared_ptr< Texture< SWCSpectrum > >  kd,
boost::shared_ptr< Texture< SWCSpectrum > >  ks,
boost::shared_ptr< Texture< SWCSpectrum > >  ka,
boost::shared_ptr< Texture< float > >  i,
boost::shared_ptr< Texture< float > >  d,
boost::shared_ptr< Texture< float > >  u,
boost::shared_ptr< Texture< float > >  v,
boost::shared_ptr< Texture< float > >  bump,
const CompositingParams cp 
) [inline]

Definition at line 34 of file glossy.h.

References bumpMap, lux::Material::compParams, depth, index, Ka, Kd, Ks, nu, and nv.

Referenced by CreateMaterial().

virtual lux::Glossy::~Glossy (  )  [inline, virtual]

Definition at line 48 of file glossy.h.


Member Function Documentation

Material * Glossy::CreateMaterial ( const Transform xform,
const TextureParams mp 
) [static]
BSDF * Glossy::GetBSDF ( const TsPack tspack,
const DifferentialGeometry dgGeom,
const DifferentialGeometry dgShading 
) const [virtual]

Member Data Documentation

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

Definition at line 57 of file glossy.h.

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

boost::shared_ptr<Texture<float> > lux::Glossy::depth [private]

Definition at line 55 of file glossy.h.

Referenced by GetBSDF(), and Glossy().

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

Definition at line 55 of file glossy.h.

Referenced by GetBSDF(), and Glossy().

boost::shared_ptr<Texture<SWCSpectrum> > lux::Glossy::Ka [private]

Definition at line 54 of file glossy.h.

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

boost::shared_ptr<Texture<SWCSpectrum> > lux::Glossy::Kd [private]

Definition at line 54 of file glossy.h.

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

boost::shared_ptr<Texture<SWCSpectrum> > lux::Glossy::Ks [private]

Definition at line 54 of file glossy.h.

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

boost::shared_ptr<Texture<float> > lux::Glossy::nu [private]

Definition at line 56 of file glossy.h.

Referenced by GetBSDF(), and Glossy().

boost::shared_ptr<Texture<float> > lux::Glossy::nv [private]

Definition at line 56 of file glossy.h.

Referenced by GetBSDF(), and Glossy().


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.2-20100208