How to write Text on in the scene?

Hi there,
i would like to write some text in the scene but it’s hard to place it? i mean the

thanks

Originally posted by jesse79:
[b]Hi there,
i would like to write some text in the scene but it’s hard to place it? i mean the

thanks[/b]

You can do one of two things. Either switch to an orthographic projection using your viewport dimensions (check glOrtho) or you can use glWindowPosf to set the raster position using Windows coordinates.

cheers.