#include <Ninja.h>
void njSimpleDrawModel( model )
NJS_MODEL *model
PARAMETERS
model
Pointer to model structure
RETURN VALUE
None
ERROR VALUE
None
FUNCTION
This function converts the coordinates for model data according to the current matrix and then draws the model.
The drawing method can be controlled via njControl3D().
The drawing performance of this routine is better than that of njFastDrawModel().
However, the light that is registered first is regarded as a parallel light source, so that only the direction of the light source has any effect; the color and intensity of the light source are not reflected in the drawing.
Furthermore, this function does not support depth cues.