Gltexgen - HP b2600 Reference Manual

Opengl 1.1 reference
Hide thumbs Also See for b2600:
Table of Contents

Advertisement

glTexGen

glTexGend, glTexGenf, glTexGeni, glTexGendv, glTexGenfv, glTexGeniv:
control the generation of texture coordinates.
C Specification
void glTexGend(
void glTexGenf(
void glTexGeni(
void glTexGendv(
void glTexGenfv(
void glTexGeniv(
Parameters
coord
pname
param
coord
pname
Chapter 18
GLenum coord,
GLenum pname,
GLdouble param)
GLenum coord,
GLenum pname,
GLfloat param)
GLenum coord,
GLenum pname,
GLint param)
GLenum coord,
GLenum pname,
const GLdouble *params)
GLenum coord,
GLenum pname,
const GLfloat
*params)
GLenum coord,
GLenum pname,
const GLint *params)
Specifies a texture coordinate. Must be one of GL_S, GL_T, GL_R, or
GL_Q.
Specifies the symbolic name of the texture-coordinate generation
function. Must be GL_TEXTURE_GEN_MODE.
Specifies a single-valued texture generation parameter, one of
GL_OBJECT_LINEAR, GL_EYE_LINEAR, or GL_SPHERE_MAP.
Specifies a texture coordinate. Must be one of GL_S, GL_T, GL_R, or
GL_Q.
Specifies the symbolic name of the texture-coordinate generation
function or function parameters. Must be
GL_TEXTURE_GEN_MODE, GL_OBJECT_PLANE, or
GL_EYE_PLANE.
T
glTexGen
431

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents