RhinoCommon API
DisplayMaterialGetBumpTexture Method |
Gets the bump texture for this display material.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
public Texture GetBumpTexture( bool front )
Public Function GetBumpTexture ( front As Boolean ) As Texture
Parameters
- front
- Type: SystemBoolean
[Missing <param name="front"/> documentation for "M:Rhino.Display.DisplayMaterial.GetBumpTexture(System.Boolean)"]
Return Value
Type: TextureThe texture, or null if no bump texture has been added to this material.