Click or drag to resize

MaterialGetBumpTexture Method

Gets the bump texture of this material.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Texture GetBumpTexture()

Return Value

Type: Texture
A texture; or null if no bump texture has been added to this material.
See Also