NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void glObjectAction ( int  glObjectId,
int  glAction,
int  glValue 
)
inline

Perform an object action.

Execute the specified action on the specified object.

Parameters
glObjectIdThe object id.
glActionThe action to perform on the object. See Graphics library actions.
glValueThe setting value.
Examples:
glBoxDemo.nxc, glRotateDemo.nxc, glScaleDemo.nxc, and glTranslateDemo.nxc.