RhinoCommon API
MaterialGetBumpTexture Method |
Note: This API is now obsolete.
Gets the bump texture of this material.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

[ObsoleteAttribute("Use GetTexture instead")] public Texture GetBumpTexture()
<ObsoleteAttribute("Use GetTexture instead")> Public Function GetBumpTexture As Texture
Return Value
Type: TextureA texture; or null if no bump texture has been added to this material.
