*ptr | Pointer to light source |
#include <Shinobi.h> : NJS_LIGHT light; sbInitSystem( NJD_RESOLUTION_VGA, NJD_FRAMEBUFFER_MODE_RGB565, 1); njCreateLight(&light, NJD_POINT_LIGHT); : njClearMatrix(); /* Make light matrix the unit matrix */ njUnitLightMatrix(&light);