Click or drag to resize

TextureProjectionModes Enumeration

Enum describing how texture is projected onto geometry

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum TextureProjectionModes
Members
  Member nameValueDescription
Undefined0Not valid projection type
MappingChannel1Uses a texture mapping to generate texture coordinates
ScreenBased2Screen based
Wcs3World coordinate system projection
WcsBox4Box type world coordinate system projection
EnvironmentMapBox5Box type environment mapping
EnvironmentMapLightProbe6Light probe type environment mapping
EnvironmentMapSpherical7Spherical environment mapping
EnvironmentMapCube8Cube type environment mapping
EnvironmentMapVCrossCube9Vertical cross cube type environment mapping
EnvironmentMapHCrossCube10Horizontal cross type environment mapping
EnvironmentMapHemispherical11Hemispherical environment mapping
EnvironmentMapEmap12Emap type environment mapping
SurfaceParameterization13Surface parameterization
See Also