TextureMappingType Enumeration |
Defines enumerated constants for mapping types such as planar, cylindrical or spherical.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic enum TextureMappingType
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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also