RenderMaterialStandardChildSlots Enumeration |
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic enum StandardChildSlots
Public Enumeration StandardChildSlots
Members|
| 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.
|
Version InformationRhino for Windows
Supported in: 6.8
See Also