Indicates whether depth-cue mode is on or off.
FORTRAN (libfgl.a)
Int32 getdcm( )
LOGICAL FUNCTION GETDCM
The getdcm subroutine returns True if the system is in depth-cue mode and False if it is not.
Note: This subroutine cannot be used to add to a display list.
False | System not in depth-cue mode. |
True | System in depth-cue mode. |
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Turning depth-cueing on and off with the depthcue subroutine.
AIX Graphics Library Overview, Performing Depth-Cueing, and Working in Color Map and RGB Modes.