RiMaterialBuilder[ IO | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| enum | MaterialType ; |
| enum | TextureType ; |
| // Constructors and assignment | |
| RiMaterialBuilder() ; | |
| // Members | |
| RiMaterial * | Build(char *data, unsigned int len) const; |
| protected: |
enum MaterialType ;
Type of material node
enum MaterialType {diffuse = 1, coupled, super, cookTorrance};
enum TextureType {checker2D = 1, ramp2D, file2D};
RiMaterialBuilder()
;
Function is currently defined inline.
RiMaterial *Build(char *data, unsigned int len) const;
| public: | ||
|---|---|---|
| enum | MaterialType ; | |
| enum | TextureType ; | |
| // Members | ||
| RiMaterial * | Build(char *data, unsigned int len) const; | |
| protected: | ||