I have a point which is the initial position of my light :
GLfloat light0Pos[4] = {0.8, 0.8, 0.0, 0.00};
I would like update coordinates of this point when I do a rotation around axis Y of value roty
and a rotation around axis X of value rotx
.