MeshTextureCoordinateListNormalizeTextureCoordinates Method |
Scales the texture coordinates so the texture domains are [0,1]
and eliminate any texture rotations.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool NormalizeTextureCoordinates()
Public Function NormalizeTextureCoordinates As Boolean
Return Value
Type:
Booleantrue on success, false on failure.
See Also