CALL PXSAAI ( AI)
POFF: 0 PON: 1
The antialiasing identifier is defined as follows:
The default value is PON which means antialiasing is activated for both lines and edges.
When an element of this type is interpreted, the current antialiasing identifier entry in the traversal state list is set to the value associated with the element. This value is used when displaying subsequent primitives to reduce the line aliasing if ANTIALIASING MODE is PON.
This attribute is workstation dependent. See driver documentation for more details.
FORTRAN binding calls pxset_antialiasing_id C function.
Listing of pxset_antialiasing_id function is as follows :
void pxset_antialiasing_id(
Pint antialiasing_id
)
{
Pgse_data gse_data;
gse_data.gse_r6.antialiasing_id = antialiasing_id ;
pgse (PGSE_ID_ANTIALIASING_ID, &gse_data);
}
Set antialiasing mode (ext), see pxsamm