njRotateLightX | Japanese |
---|---|
<-|INDEX|-> | |
Rotates a light matrix around the X axis. |
#include <NINJA.H> void njRotateLightX( *ptr, angx ) NJS_LIGHT *ptr Angle angx
#include <NINJA.H> ........... NJS_LIGHT light; njInitSystem(); njCreateLight(&light, NJD_POINT_LIGHT); ........... njClearMatrix(); /* Rotate 90 degrees around X axis */ njRotateLightX(&light, NJM_RAD_ANG(NJD_PI/2.f));
njRotateLightX | <-|INDEX|-> |
---|