Gets the distance of the near and far clipping planes.
FORTRAN (libfgl.a)
void lgetdepth(Int32 *near, Int32 *far)
SUBROUTINE LGETDE(near, far) INTEGER*4 near, far
The lgetdepth subroutine gets the distance of the near and far clipping planes and writes them into the near and far parameters. Set these distances using the lsetdepth subroutine.
Note: This subroutine cannot be used to add to a display list.
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. |
Setting the viewport depth range with the lsetdepth subroutine.
AIX Graphics Library Overview, Querying the System, and Working with Coordinate Systems.