DoLocalAntiAliasStyle(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DoLocalAntiAliasStyle − Create a primitive attribute object for setting the style of local antialiasing
SYNOPSIS
C:
DtObject DoLocalAntiAliasStyle(style)
DtLocalAntiAliasStyle style;
FORTRAN:
INTEGER∗4 DOLAST(STYLE)
INTEGER∗4 STYLE
DESCRIPTION
DoLocalAntiAliasStyle creates a primitive attribute object for setting the style of local antialiasing. Local antialiasing removes sampling-induced artifacts on an object basis.
The parameter style specifies the style of local antialiasing to be done. The possible values of style are:
DcLocalAntiAliasFast <DCLAAF>
The fastest available method of antialiasing.
DcLocalAntiAliasIntermediate <DCLAAI>
An intermediate form of antialiasing.
DcLocalAntiAliasBest <DCLAAB>
The primitive should be antialiased using the method that produces the best results, even if it is the slowest method.
Local antialiasing will not be performed unless the DoLocalAntiAliasSwitch <DOLASW> is enabled.
DEFAULTS
The default value for DoLocalAntiAliasStyle is DcLocalAntiAliasIntermediate.
SEE ALSO
September 02, 1992