void njRotateLightZ( *ptr, angz ) NJS_LIGHT *ptr Angle angz
: NJS_LIGHT light; : njCreateLight(&light, NJD_POINT_LIGHT); : njClearMatrix(); /* Rotate Z axis 30 degrees */ njRotateLightZ(&light, NJM_RAD_ANG(NJD_PI/6.f));