class
HT_Perspective_Correction
This class holds the perspective correction terms for
texture coordinate and color interpolation as well as World coordinate
vertices.
See Also
Synopsis
class HT_Perspective_Correction {
public:
enum Enum {
None = 0,
Parameter = 1,
Color = 2,
World = 4,
All = 7
};
ENUM_BIT_CLASS_FUNCTIONS (HT_Perspective_Correction)
};
Details
None, the default, disables the operation all
together. Parameter performs perspective correction on the texture
coordinate interpolation; Color on the color interpolation; World
on the World coordinate vertices; All on all three interpolations.