M_Rhino_Geometry_MeshDisplacementInfo__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a displacement information instance with default values. Users of this class should not rely on default values to stay constant across service releases.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public MeshDisplacementInfo(
RenderTexture texture,
TextureMapping mapping
)
VB
Public Sub New (
texture As RenderTexture,
mapping As TextureMapping
)
- texture
- Type: RenderTexture
[Missing documentation for "M:Rhino.Geometry.MeshDisplacementInfo.#ctor(Rhino.Render.RenderTexture,Rhino.Render.TextureMapping)"] - mapping
- Type: Rhino.Render.TextureMapping
[Missing documentation for "M:Rhino.Geometry.MeshDisplacementInfo.#ctor(Rhino.Render.RenderTexture,Rhino.Render.TextureMapping)"]
Exception | Condition |
---|---|
ArgumentNullException | If texture or mapping is null. |
Supported in: 6.0.16224.21491