RenderMaterial.StandardChildSlots Enumeration

RenderMaterialStandardChildSlots Enumeration

Defines enumerated constant values for use in TextureChildSlotName(RenderMaterialStandardChildSlots) method.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum StandardChildSlots
Public Enumeration StandardChildSlots
Members
  Member nameValueDescription
Diffuse100 Corresponds to ON_Texture::TYPE::bitmap_texture.
Transparency101 Corresponds to ON_Texture::transparancy_texture.
Bump102 Corresponds to ON_Texture::TYPE::bump_texture.
Environment103 Corresponds to ON_Texture::TYPE::emap_texture.
Version Information

Rhino for Windows

Supported in: 6.8
See Also