TextureMapping.UvwTransform Property

TextureMappingUvwTransform Property

Transform applied to mapping coordinate (u,v,w) to convert it into a texture coordinate.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax
public Transform UvwTransform { get; set; }
Public Property UvwTransform As Transform
	Get
	Set

Property Value

Type: Transform
See Also