Click or drag to resize

MeshSetTextureCoordinates Method (TextureMapping, Transform, Boolean)

Set texture coordinates using given mapping and applying given transform. Set lazy to false to generate texture coordinates right away.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void SetTextureCoordinates(
	TextureMapping tm,
	Transform xf,
	bool lazy
)

Parameters

tm
Type: Rhino.RenderTextureMapping
Texture mapping
xf
Type: Rhino.GeometryTransform
Transform to apply to the texture mapping
lazy
Type: SystemBoolean
Whether to generate lazily (true) or right away (false)
See Also