Click or drag to resize

TextureMappingType Enumeration

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

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum TextureMappingType
Members
  Member nameValueDescription
None0No mapping is selected.
SurfaceParameters1(u, v) = linear transform of surface params, w = 0.
PlaneMapping2(u, v, w) = 3d coordinates wrt frame.
CylinderMapping3(u, v, w) = longitude, height, radius.
SphereMapping4(u, v, w) = longitude,latitude,radius.
BoxMapping5Box mapping type.
MeshMappingPrimitive6Mapping primitive is a mesh.
SurfaceMappingPrimitive7Mapping primitive is a surface.
BrepMappingPrimitive8Mapping primitive is a brep.
OcsMapping9OCS mapping type (WCS/WCS Box with object frame).
FalseColors10Some sort of false color mapping used to set per vertex colors
See Also