Glnormal - HP b2600 Reference Manual

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

Advertisement

N

glNormal

glNormal
glNormal3b, glNormal3d, glNormal3f, glNormal3i, glNormal3s,
glNormal3bv, glNormal3dv, glNormal3fv, glNormal3iv, glNormal3sv: set
the current normal vector.
C Specification
void glNormal3b(
void glNormal3d(
void glNormal3f(
void glNormal3i(
void glNormal3s(
void glNormal3bv(
void glNormal3dv(
void glNormal3fv(
void glNormal3iv(
void glNormal3sv(
Parameters
nx, ny, nz
v
300
GLbyte nx,
GLbyte ny,
GLbyte nz)
GLdouble nx,
GLdouble ny,
GLdouble nz)
GLfloat nx,
GLfloat ny,
GLfloat nz)
GLint nx,
GLint ny,
GLint nz)
GLshort nx,
GLshort ny,
GLshort nz)
const GLbyte *v)
const GLdouble *v)
const GLfloat *v)
const GLint *v)
const GLshort *v)
Specify the x, y, and z coordinates of the new current normal. The
initial value of the current normal is the unit vector, (0, 0, 1).
Specifies a pointer to an array of three elements: the x, y, and z
coordinates of the new current normal.
Chapter 12

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents