slide movement

I read some contents about slide in some demo programs. But I really understand what the slide means clearly. Could somebody give me some direction, Thank you very much!

glTranslatef(x, y, z) might be worth trying.

This function alters the present matrix by a translation matrix with parameters x, y, and z. x, y, and z should be float or double.

I hope this helps!