RiConstantBackground[ Background | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| RiConstantBackground( const RiSpectrum& bg ); | |
| RiSpectrum | GetValue( const RiVector3 &direction ) const; |
| protected: | |
| RiSpectrum | background; |
RiConstantBackground( const RiSpectrum& bg );
RiConstantBackground( const RiSpectrum& bg );
virtual RiSpectrum GetValue( const RiVector3 &direction ) const;
RiSpectrum background;
| public: | ||
|---|---|---|
| RiSpectrum | GetValue( const RiVector3 &direction ) const; | // pure virtual |
| bool | GetSample( const RiVector2 &seed, RiUnitVector3 &direction, RiReal &prob ) const; | |
| protected: | ||
| RiSpectrum | background; | |