RhinoCommon API
RenderMaterialStandardChildSlots Enumeration |
Defines enumerated constant values for use in TextureChildSlotName(RenderMaterialStandardChildSlots) method.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
| Member name | Value | Description | |
|---|---|---|---|
| Diffuse | 100 | Corresponds to ON_Texture::TYPE::bitmap_texture. | |
| Transparency | 101 | Corresponds to ON_Texture::transparancy_texture. | |
| Bump | 102 | Corresponds to ON_Texture::TYPE::bump_texture. | |
| Environment | 103 | Corresponds to ON_Texture::TYPE::emap_texture. |