Skip to content

T_Rhino_Render_TextureMappingType

Will Pearson edited this page Aug 12, 2016 · 2 revisions

TextureMappingType Enumeration

Defines enumerated constants for mapping types such as planar, cylindrical or spherical.

Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public enum TextureMappingType

VB

Public Enumeration TextureMappingType

Members

 

Member name Value Description
None 0 No mapping is selected.
SurfaceParameters 1 (u, v) = linear transform of surface params, w = 0.
PlaneMapping 2 (u, v, w) = 3d coordinates wrt frame.
CylinderMapping 3 (u, v, w) = longitude, height, radius.
SphereMapping 4 (u, v, w) = longitude,latitude,radius.
BoxMapping 5 Box mapping type.
MeshMappingPrimitive 6 Mapping primitive is a mesh.
SurfaceMappingPrimitive 7 Mapping primitive is a surface.
BrepMappingPrimitive 8 Mapping primitive is a brep.

Version Information

Supported in: 5D58w

See Also

Reference

Rhino.Render Namespace

Clone this wiki locally