Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glNormal3d ( nx ny nz -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glNormal3d
(
GLdouble
nx,
GLdouble
ny,
GLdouble
nz )
;
inline