Click or drag to resize

TextureMappingCreateCustomMeshMapping Method

Create custom mesh mapping

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.15
Syntax
public static TextureMapping CreateCustomMeshMapping(
	Mesh mesh
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh with texture coordinates

Return Value

Type: TextureMapping
TextureMapping instance
See Also