Share

AcGiVisualStyleProperties::FaceModifiers Enumeration

C++

enum FaceModifiers {
  kNoFaceModifiers = 0,
  kFaceOpacityFlag = 1,
  kSpecularFlag = 2
};

File

acgivisualstyle.h

Members

Members Description
kNoFaceModifiersApply no face modifiers to the faces.
kFaceOpacityFlagApply an opacity value to the faces. If unset, faces are displayed with full opacity. If set, faces are displayed with a specified degree of opacity from completely opaque to completely transparent.
kSpecularFlagApply a specular highlight (indicating reflection and shininess values) to a material that is applied to the faces.

Description

Bitfield that describes modifications to faces made before any lighting and shading calculations have been performed.

Was this information helpful?