Share

AcGiVisualStyleProperties::FaceLightingModel Enumeration

C++

enum FaceLightingModel {
  kInvisible,
  kConstant,
  kPhong,
  kGooch,
  kZebra
};

File

acgivisualstyle.h

Members

Members Description
kInvisibleFaces are not drawn.
kConstantFaces are drawn in a constant color.
kPhongFaces are drawn to approximate realistic direct lighting.
kGoochGooch, A., Gooch, B., Shirley, P., and Cohen, E. 1998. A non-photorealistic lighting model for automatic technical illustration. In proceedings of the 25th Annual Conference on Computer Graphics and Interactive Techniques SIGGRAPH '98. ACM Press, New York, NY, 447-452.

Description

Describes the lighting model to apply to the faces of drawables.

Changed Declaration

New:

kZebra

Was this information helpful?