| njRotateLightY | Japanese |
|---|---|
<-|INDEX|-> | |
| Rotates a light matrix around the Y axis. | |
#include <NINJA.H> void njRotateLightY( *ptr, angy ) NJS_LIGHT *ptr Angle angy
#include <NINJA.H>
...........
NJS_LIGHT light;
njInitSystem();
njCreateLight(&light, NJD_POINT_LIGHT);
...........
njClearMatrix();
/* Rotate 60 degrees around Yaxis */
njRotateLightY(&light, NJM_RAD_ANG(NJD_PI/3.f));
| njRotateLightY | <-|INDEX|-> |
|---|