RiCookTorrance[ Materials | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| // Constructors and assignment | |
| RiCookTorrance(const RiScalarTextureProxy &roughness, const RiSpectrumTextureProxy &normalMatte, const RiSpectrumTextureProxy &normalSpecular); | |
| // Members | |
| RiMaterialSamplePointer | GetSample(RiMaterialRegion &); |
| protected: |
RiCookTorrance(const RiScalarTextureProxy &roughness,
const RiSpectrumTextureProxy &normalMatte,
const RiSpectrumTextureProxy &normalSpecular);
virtual RiMaterialSamplePointer GetSample(RiMaterialRegion &);
| public: | ||
|---|---|---|
| // Members | ||
| RiMaterialSamplePointer | GetSample(RiMaterialRegion &); | // pure virtual |
| bool | IsLuminaire() const; | |
| static void | SetWorldMedia(RiMedia *media); | |
| static RiMedia * | GetWorldMedia(); | |
| protected: | ||