NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void glAddVertex ( int  glX,
int  glY,
int  glZ 
)
inline

Add a vertex to an object.

Add a vertex to an object currently being defined. This function should only be used between glBegin and glEnd which are themselves nested within a glBeginObject and glEndObject pair.

Parameters
glXThe X axis coordinate.
glYThe Y axis coordinate.
glZThe Z axis coordinate.