[ Maverik Level 1 functions ]


mav_paletteLightPos

Summary

Set palette light position.


Syntax

void mav_paletteLightPos(MAV_palette *p, int index, MAV_vector pos);


Description

This function sets the position of the light at entry index in the light table of palette p. The light position is set relative to the eyepoint, as in OpenGL. pos is the offset from the eyepoint.


Back to the index page.