Share

AcGiVisualStyleProperties::FaceLightingQuality Enumeration

C++

enum FaceLightingQuality {
  kNoLighting,
  kPerFaceLighting,
  kPerVertexLighting,
  kPerPixelLighting
};

File

acgivisualstyle.h

Members

Members Description
kNoLightingApply no lighting calculations to the faces.
kPerFaceLightingEach face has a color calculated based on its orientation to the light source(s) of the scene.
kPerVertexLightingEach vertex of a face has its color calculated based on its orientation to the light source(s) of the scene.
kPerPixelLightingEach pixel of a face has its color calculated based on its orientation to the light source(s) of the scene.

Description

Describes the calculation method used for application of lighting effects to faces.

Was this information helpful?