VisualizationFoundation Enumeration CATCoefficientType
enum CATCoefficientType {
AmbientCoef,
DiffuseCoef,
SpecularCoef,
TransparencyCoef,
Shininess,
Reflectivity
}
Multiplication factors.
- Values:
-
- AmbientCoef
- Affects the ambient component of the color.
- DiffuseCoef
- Affects the diffuse component of the color.
- SpecularCoef
- Affects the specular component of the color.
- TransparencyCoef
- Designates the transparency of the underlying object.
- Shininess
- Affects the size of the specular highlights.
- Reflectivity
- Designates the reflectivity of the underlying object.
- See also:
-
This object is included in the file: CATGraphicMaterial.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.