#include "limn.h"
Functions | |
void | limnLightSet (limnLight *lit, int which, int vsp, float r, float g, float b, float x, float y, float z) |
void | limnLightAmbientSet (limnLight *lit, float r, float g, float b) |
int | limnLightUpdate (limnLight *lit, limnCamera *cam) |
void | limnLightSwitch (limnLight *lit, int which, int on) |
void | limnLightReset (limnLight *lit) |
void limnLightAmbientSet | ( | limnLight * | lit, | |
float | r, | |||
float | g, | |||
float | b | |||
) |
void limnLightReset | ( | limnLight * | lit | ) |
void limnLightSet | ( | limnLight * | lit, | |
int | which, | |||
int | vsp, | |||
float | r, | |||
float | g, | |||
float | b, | |||
float | x, | |||
float | y, | |||
float | z | |||
) |
void limnLightSwitch | ( | limnLight * | lit, | |
int | which, | |||
int | on | |||
) |
int limnLightUpdate | ( | limnLight * | lit, | |
limnCamera * | cam | |||
) |