DoTextureAntiAlias(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoTextureAntiAlias − Create a texture attribute object that controls antialiasing of textures
SYNOPSIS
C:
DtObject DoTextureAntiAlias(mode)
DtTextureAntiAliasMode mode;
Fortran:
INTEGER∗4 DOTAA(MODE)
INTEGER∗4 MODE
DESCRIPTION
DoTextureAntiAlias creates a texture attribute object that controls the antialiasing of textures. The parameter mode specifies the type of antialiasing to be done. The possible values of mode are:
DcTextureAntiAliasNone <DCTAAN>
No antialiasing of the texture is to be performed.
DcTextureAntiAliasMIP <DCTAAM>
MIP mapping is to be used to antialias the texture.
DcTextureAntiAliasAdaptive <DCTAAA>
Adaptive techniques are to be used to antialias the texture.
DEFAULTS
The default value for DoTextureAntiAlias is DcTextureAntiAliasNone <DCTAAN>.
SEE ALSO
DoTextureMapDiffuseColor(3D), DoTextureMapEnviron(3D), DoTextureMapBump(3D), DoTextureMapTranspIntens(3D)
September 29, 2021