Query: glfogcoord
OS: centos
Section: 3g
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLFOGCOORD(3G) OpenGL Manual GLFOGCOORD(3G)NAMEglFogCoord - set the current fog coordinatesC SPECIFICATIONvoid glFogCoordd(GLdouble coord); void glFogCoordf(GLfloat coord);PARAMETERScoord Specify the fog distance.C SPECIFICATIONvoid glFogCoorddv(GLdouble * coord); void glFogCoordfv(GLfloat * coord);PARAMETERScoord Specifies a pointer to an array containing a single value representing the fog distance.DESCRIPTIONglFogCoord specifies the fog coordinate that is associated with each vertex and the current raster position. The value specified is interpolated and used in computing the fog color (see glFog()).NOTESglFogCoord is available only if the GL version is 1.4 or greater. The current fog coordinate can be updated at any time. In particular, glFogCoord can be called between a call to glBegin() and the corresponding call to glEnd().ASSOCIATED GETSglGet() with argument GL_CURRENT_FOG_COORDSEE ALSOglFog(), glFogCoordPointer(), glVertex()COPYRIGHTCopyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.AUTHORSopengl.org opengl.org 06/10/2014 GLFOGCOORD(3G)
Related Man Pages |
---|
glfogcoord(3g) - centos |
glvertex2dv(3g) - centos |
glvertex2f(3g) - centos |
glvertex3d(3g) - centos |
glvertex3f(3g) - centos |
Similar Topics in the Unix Linux Community |
---|
2D Array to display characters |
Stellarium 0.10.0 (Stable branch) |
Stellarium 0.10.1 (Stable branch) |
Stellarium 0.10.2 (Stable branch) |
Limit the number of characters in a bash output |