Click or drag to resize

MeshDisplacementInfo Constructor

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)
Since: 6.0
Syntax
public MeshDisplacementInfo(
	RenderTexture texture,
	TextureMapping mapping
)

Parameters

texture
Type: Rhino.RenderRenderTexture

[Missing <param name="texture"/> documentation for "M:Rhino.Geometry.MeshDisplacementInfo.#ctor(Rhino.Render.RenderTexture,Rhino.Render.TextureMapping)"]

mapping
Type: Rhino.RenderTextureMapping

[Missing <param name="mapping"/> documentation for "M:Rhino.Geometry.MeshDisplacementInfo.#ctor(Rhino.Render.RenderTexture,Rhino.Render.TextureMapping)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionIf texture or mapping is null.
See Also