MrShoe
04-23-2001, 11:56 PM
I have a kewboard function controlling the variable movement, when you press forward, movement decreases, pressing backwards increases the value of movement.
then i say
glulookat(0.0, 0.0, movement,
0.0, 0.0, movement-1,
0.0, 1.0, 0.0);
now please tell me why the program causes me to zoom out even if i ress forward?
then i say
glulookat(0.0, 0.0, movement,
0.0, 0.0, movement-1,
0.0, 1.0, 0.0);
now please tell me why the program causes me to zoom out even if i ress forward?