Query: glpointparameter
OS: osx
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLPOINTPARAMETER(3G) OpenGL 3.3 GLPOINTPARAMETER(3G)NAMEglPointParameter - specify point parametersC SPECIFICATIONvoid glPointParameterf(GLenum pname, GLfloat param); void glPointParameteri(GLenum pname, GLint param);PARAMETERSpname Specifies a single-valued point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and GL_POINT_SPRITE_COORD_ORIGIN are accepted. param Specifies the value that pname will be set to.C SPECIFICATIONvoid glPointParameterfv(GLenum pname, const GLfloat * params); void glPointParameteriv(GLenum pname, const GLint * params);PARAMETERSpname Specifies a point parameter. GL_POINT_FADE_THRESHOLD_SIZE, and GL_POINT_SPRITE_COORD_ORIGIN are accepted. params Specifies the value to be assigned to pname..DESCRIPTIONThe following values are accepted for pname: GL_POINT_FADE_THRESHOLD_SIZE params is a single floating-point value that specifies the threshold value to which point sizes are clamped if they exceed the specified value. The default value is 1.0. GL_POINT_SPRITE_COORD_ORIGIN params is a single enum specifying the point sprite texture coordinate origin, either GL_LOWER_LEFT or GL_UPPER_LEFT. The default value is GL_UPPER_LEFT.ERRORSGL_INVALID_VALUE is generated if the value specified for GL_POINT_FADE_THRESHOLD_SIZE is less than zero. GL_INVALID_ENUM is generated If the value specified for GL_POINT_SPRITE_COORD_ORIGIN is not GL_LOWER_LEFT or GL_UPPER_LEFT.ASSOCIATED GETSglGet() with argument GL_POINT_FADE_THRESHOLD_SIZE glGet() with argument GL_POINT_SPRITE_COORD_ORIGINSEE ALSOglPointSize()COPYRIGHTCopyright (C) 1991-2006 Silicon Graphics, Inc. Copyright (C) 2010 Khronos Group. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/. OpenGL 3.3 03/08/2011 GLPOINTPARAMETER(3G)
Related Man Pages |
---|
glfogf(3g) - centos |
glfogiv(3g) - centos |
glgetminmaxparameter(3g) - centos |
glpointparameter(3g) - centos |
glpointparameter(3g) - osx |
Similar Topics in the Unix Linux Community |
---|
sed & awk--get section of file based 2 params |
kernel param listings |