| njRotateLightZ | Japanese |
|---|---|
<-|INDEX|-> | |
| Rotates a light matrix around the Z axis. | |
#include <NINJA.H> void njRotateLightZ( *ptr, angz ) NJS_LIGHT *ptr Angle angz
#include <NINJA.H> ........... NJS_LIGHT light; njInitSystem(); njCreateLight(&light, NJD_POINT_LIGHT); ........... njClearMatrix(); /* Rotate 30 degrees around Z axis */ njRotateLightZ(&light, NJM_RAD_ANG(NJD_PI/6.f));
| njRotateLightZ | <-|INDEX|-> |
|---|