Click or drag to resize

TextureCombineMode Enumeration

Determines how this texture is combined with others in a material's texture list.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.6
Syntax
public enum TextureCombineMode
Members
  Member nameValueDescription
None0
Modulate1 Modulate with material diffuse color
Decal2 Decal
Blend3 Blend texture with others in the material To "add" a texture, set BlendAmount = +1 To "subtract" a texture, set BlendAmount = -1
See Also