RhinoCommon API
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
public void SetTextureCoordinates( TextureMapping tm, Transform xf, bool lazy )
Public Sub SetTextureCoordinates ( tm As TextureMapping, xf As Transform, lazy As Boolean )
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)