Translate 2D objects with a callList

Is it possible to move a sprite in ortho mode with a callList?

Wish there was a glTranslate2f :slight_smile:

You mean display list? If yes, then the answer is also yes.

And you don’t need a glTranslate2f-like function, just use glTranslate3f and use Z coordinate of 0 and you’ll get what you want.

Haha, I was using Y as NULL, thanks