Previous Next Up Title Contents Index Functions Index Top Library

SET ANTIALIASING MODE

PXSET_ANTIALIASING_MODE


CALL SEQUENCE

void pxset_antialiasing_mode(
)

PHIGS STATE

(PHOP,WSOP,*,*)

EFFECT

The antialiasing mode entry in the ws_id workstation state list is set to antialiasing_mode.

This function allows the antialiasing to be activated for the ws_id workstation in order to reduce line aliasing.

Use SET ANTIALIASING IDENTIFIER to activate/deactivate antialiasing inside a structure for individuals elements.

The antialiasing mode is defined as follows:

PANTIALIASING_MODE_OFF deactivate antialiasing

PANTIALIASING_MODE_ON activate antialiasing

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open
59
Ignoring function, the specified workstation does not have output capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)

SEE ALSO

Generalized structure element, see pgse

Set antialiasing identifier (ext), see pxset_antialiasing_id


Previous Next Up Title Contents Index Functions Index Top Library