![[Next]](buttons/ArrowRightOff.gif)
C Specificationvoid glFogCoordd( GLdouble coord ) void glFogCoordf( GLfloat coord ) void glFogCoorddv( GLdouble* coordp ) void glFogCoordfv( GLfloat* coordp )
Parameters
Description
NotesglFogCoord is available only if 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 Gets
See Also