Handbook
Glossary
glVertex3d ( x y z -- )
Factor handbook
»
UI framework
»
Implementing new gadgets
»
Customizing gadget appearance
»
Implementing custom drawing logic
»
OpenGL utility words
»
OpenGL binding
»
Specifying vertices
Prev:
glVertex2s ( x y -- )
Next:
glVertex3f ( x y z -- )
Vocabulary
opengl
.
gl
Inputs
x
an
object
y
an
object
z
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glVertex3d
(
GLdouble
x,
GLdouble
y,
GLdouble
z )