GLEDGEFLAG


HOME

GLEDGEFLAG

NAME
C SPECIFICATION
PARAMETERS
C SPECIFICATION
PARAMETERS
DESCRIPTION
NOTES
ASSOCIATED GETS
SEE ALSO

NAME

glEdgeFlag, glEdgeFlagv − flag edges as either boundary or nonboundary

C SPECIFICATION

void glEdgeFlag( GLboolean flag )

PARAMETERS

flag

Specifies the current edge flag value, either GL_TRUE or GL_FALSE. The initial value is GL_TRUE.

C SPECIFICATION

void glEdgeFlagv( const GLboolean *flag )

PARAMETERS

flag

Specifies a pointer to an array that contains a single boolean element, which replaces the current edge flag value.

DESCRIPTION

Each vertex of a polygon, separate triangle, or separate quadrilateral specified between a glBegin/glEnd pair is marked as the start of either a boundary or nonboundary edge. If the current edge flag is true when the vertex is specified, the vertex is marked as the start of a boundary edge. Otherwise, the vertex is marked as the start of a nonboundary edge. glEdgeFlag sets the edge flag bit to GL_TRUE if flag is GL_TRUE, and to GL_FALSE otherwise.

The vertices of connected triangles and connected quadrilaterals are always marked as boundary, regardless of the value of the edge flag.

Boundary and nonboundary edge flags on vertices are significant only if GL_POLYGON_MODE is set to GL_POINT or GL_LINE. See glPolygonMode.

NOTES

The current edge flag can be updated at any time. In particular, glEdgeFlag can be called between a call to glBegin and the corresponding call to glEnd.

ASSOCIATED GETS

glGet with argument GL_EDGE_FLAG

SEE ALSO

glBegin(3G), glEdgeFlagPointer(3G), glPolygonMode(3G)



More Linux Commands

manpages/grepdiff.1.html
grepdiff(1) - show files modified by a diff containing a reg
For each file modified by a patch, if the patch hunk contains the REGEX then the files name is printed. The regular expression is treated as POSIX Basic Regular

manpages/gluLookAt.3gl.html
gluLookAt(3gl) - define a viewing transformation (Man Page)
gluLookAt creates a viewing matrix derived from an eye point, a reference point indicating the center of the scene, and an UP vector. The matrix maps the refere

manpages/fputwc_unlocked.3.html
fputwc_unlocked(3) - nonlocking stdio functions (Man Page)
Each of these functions has the same behavior as its counterpart without the _unlocked suffix, except that they do not use locking (they do not set locks themse

manpages/wgetscrreg.3ncurses.html
wgetscrreg(3ncurses) - curses window properties (Man Page)
This implementation provides functions which return properties set in the WINDOW structure, allowing it to be opaque if the symbol NCURSES_OPAQUE is defined: is

manpages/FcFontList.3.html
FcFontList(3) - List fonts (Library - Linux man page).......
Selects fonts matching p, creates patterns from those fonts containing only the objects in os and returns the set of unique such patterns. If config is NULL, th

manpages/rintl.3.html
rintl(3) - round to nearest integer - Linux manual page.....
The nearbyint(), nearbyintf(), and nearbyintl() functions round their argument to an integer value in floating-point format, using the current rounding directio

manpages/perlbot.1.html
perlbot(1) - Bag o' Object Tricks (the BOT) - Linux man page
For information on OO programming with Perl, please see perlootut and perlobj. (The above documents supersede the collection of tricks that was formerly here in

manpages/Tcl_ChannelSeekProc.3.html
Tcl_ChannelSeekProc(3) - procedures for creating and manipul
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for

manpages/delay_output.3ncurses.html
delay_output(3ncurses) - miscellaneous curses utility routin
delay_output.3ncurses - The unctrl routine returns a character string which is a printable representation of the character c, ignoring attributes. Control chara

manpages/groff_www.7.html
groff_www(7) - groff macros for authoring web pages.........
This manual page describes the GNU -mwww macro package, which is part of the groff document formatting system. The manual page is very a basic guide, and the ht

manpages/glLightModelfv.3gl.html
glLightModelfv(3gl) - set the lighting model parameters.....
glLightModel sets the lighting model parameter. pname names a parameter and params gives the new value. There are three lighting model parameters: GL_LIGHT_MODE

manpages/keyctl_describe.3.html
keyctl_describe(3) - Describe a key - Linux manual page.....
keyctl_describe() describes the attributes of a key as a NUL-terminated string. The caller must have view permission on a key to be able to get a description of





We can't live, work or learn in freedom unless the software we use is free.