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)
Syntaxpublic MeshDisplacementInfo(
RenderTexture texture,
TextureMapping mapping
)
Public Sub New (
texture As RenderTexture,
mapping As TextureMapping
)
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
Version InformationRhino for Windows
Supported in: 6.2
See Also