RiConstantBackground


[ Background | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

No documentation available.

Class Summary

class RiConstantBackground : public RiBackground
{
public:
RiConstantBackground( const RiSpectrum& bg );
RiSpectrum GetValue( const RiVector3 &direction ) const;
protected:
RiSpectrum background;
}; // RiConstantBackground


RiConstantBackground( const RiSpectrum& bg );

     RiConstantBackground( const RiSpectrum& bg );

RiSpectrum GetValue( const RiVector3 &direction ) const;

     virtual RiSpectrum GetValue( const RiVector3 &direction ) const;

RiSpectrum background;

The value to be used for the background

     RiSpectrum background;

All Members

public:
RiSpectrum GetValue( const RiVector3 &direction ) const; // pure virtual
bool GetSample( const RiVector2 &seed, RiUnitVector3 &direction, RiReal &prob ) const;
protected:
RiSpectrum background;

Ancestors

Inheritance chain for RiConstantBackground:


Descendants

Class is not inherited by any others.


Generated from source by the Cocoon utilities on Fri Feb 25 15:14:57 2000 .