[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 for AIX: Graphics Library (GL) Technical Reference

bgnpoint or endpoint Subroutine

Purpose

Begins or ends interpretation of vertex subroutines as points.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void bgnpoint( )
void endpoint( )

FORTRAN Syntax

SUBROUTINE BGNPOI
SUBROUTINE ENDPOI

Description

The bgnpoint subroutine marks the beginning of a list of vertex (begin-end style) subroutines to interpret as points. Use the endpoint subroutine to mark the end of the list. For each vertex, the system draws a one-pixel point into the frame buffer. After the endpoint subroutine completes, the current graphics position is undefined. Use the v subroutine to specify a vertex.

Between the bgnpoint and endpoint subroutines, you can issue only the following Graphics Library subroutines:

Use the lmbind and lmdef subroutines to respecify only materials and their properties.

Implementation Specifics

This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.

The POWER Gt4 and POWER Gt4xThe POWER Gt4, POWER Gt4x, and POWER GXT1000 adapters support an arbitrary number of vertices between the bgnpoint and endpoint subroutines.

The POWERgraphics GTO and the 3D Color Graphics Processor support a maximum of 255 vertices between the bgnpoint and endpoint subroutines.

Files

/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.

Related Information

Setting the current color in RGB mode with the c subroutine.

Transferring a vertex to the graphics pipe with the v subroutine.

AIX Graphics Library Overview, Drawing with Begin-End Style Subroutines, Understanding the Hardware Used by GL, and Working in Color Map and RGB Modes.


[ Previous | Next | Contents | Glossary | Home | Search ]