Cmap stores all the information of a map.
C++ | Python |
---|---|
Cmaxwell::CmultiValue::Cmap | Cmap |
Methods
Name | Description |
---|---|
Cmap | Class constructor. |
Properties
Name | Description |
---|---|
type | Default = MAP_TYPE_VALUE. |
value | Default = 0. |
rgb | Init to medium grey 127, 127, 127. |
pFileName | Bitmap. |
scale | |
offset | |
uvwChannel | |
typeInterpolation | |
uIsTiled | |
vIsTiled | |
invert | |
doGammaCorrection | |
useAbsoluteUnits | |
normalMappingFlipRed | |
normalMappingFlipGreen | |
normalMappingFullRangeBlue | |
useAlpha | |
saturation | Range: [-1.0, 1.0]. |
contrast | Range: [-1.0, 1.0]. |
brightness | Range: [-1.0, 1.0]. |
clampMin | Range: [0.0, 1.0]. |
clampMax | Range: [0.0, 1.0]. |
extensionList |
Enumerations
Map interpolation
Texture interpolation values.
Value | C++ | Python | Description |
---|---|---|---|
0 | Cmaxwell::Cmultivalue::Cmap::TYPE_INTERPOLATION_BOX | Cmax.TYPE_INTERPOLATION_BOX | Interpolation on. |
1 | Cmaxwell::Cmultivalue::Cmap::TYPE_INTERPOLATION_CUADRATIC | Cmax.TYPE_INTERPOLATION_CUADRATIC | Interpolation off. |