Inserts a tag at an offset from an existing tag.
FORTRAN (libfgl.a)
void newtag(Int32 newt, Int32 oldtag, Int32 offset)
SUBROUTINE NEWTAG(newt, oldtag, offset) INTEGER*4 newtag, oldtag, offset
The newtag subroutine inserts a tag at a specified offset from the position marked by the oldtag parameter.
Note: This editing subroutine itself cannot be added 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. |
Marking a location in a display list with the maketag subroutine.
AIX Graphics Library Overview and Creating Objects (Display Lists).