Howzit
What is the best way to do scrolling?
At the moment I use glTranslatef and it works fine, but when I put another object on the screen it doesn’t scroll. So what I did then was add/substract the same amount that the ground moves from the model. That works but it looks like the model is moving on the ground.
I’m using
gluPerspective(45.0f, (float) Display.getWidth() / (float) Display.getHeight(), 1.0f, 10000.0f)
for the default view