getdepth() — Silicon Graphics
NAME
getdepth - returns the parameters of setdepth
SPECIFICATION
C
getdepth(near, far)
Screencoord *near, *far;
FORTRAN
subroutine getdep(near, far)
integer*2 near, far
Pascal
procedure getdepth(var near, far: Screencoord);
DESCRIPTION
getdepth returns the near and far parameters of the setdepth command.
SEE ALSO
setdepth
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986