Public Member Functions | |
TextureMappingInfo () | |
boolean | operator== (const TextureMappingInfo &other) const |
TextureMappingInfo (const TextureMappingInfo &other) | |
Public Attributes | |
boolean | fTiling |
Should the texture be repeated on the object. | |
boolean | fSeamless |
Should the texture be mirrored when it is repeated. | |
int16 | fRepeatCount [2] |
The number of repetitions along the X (width) and Y (height) axes. | |
boolean | fFlip [2] |
Should the texture be mirrored in X or Y. | |
int16 | fNinetyDegreeCount |
Number of 90 degrees turn to apply to the texture. | |
boolean | fInterpolate |
Should the texture be interpolated. | |
boolean | fInvertColor |
Should the texture's colors be inverted. | |
real | fBrightness |
Value between zero and one, which multiplies values in GetValue and GetColor. | |
ETMapFilter | fFiltering |
The filter method to use. | |
boolean | fIsInternal |
True if the texture is saved inside the Carrara file. |
structure to get/set options on a texture (IShTextureMap)
TextureMappingInfo::TextureMappingInfo | ( | ) | [inline] |
TextureMappingInfo::TextureMappingInfo | ( | const TextureMappingInfo & | other | ) | [inline] |
boolean TextureMappingInfo::operator== | ( | const TextureMappingInfo & | other | ) | const [inline] |
Value between zero and one, which multiplies values in GetValue and GetColor.
The filter method to use.
Should the texture be mirrored in X or Y.
Should the texture be interpolated.
Should the texture's colors be inverted.
True if the texture is saved inside the Carrara file.
Number of 90 degrees turn to apply to the texture.
The number of repetitions along the X (width) and Y (height) axes.
Should the texture be mirrored when it is repeated.
Should the texture be repeated on the object.