Hey all,
Is it possible to draw 2D things on top of a 3D scene, without using a AWTGLCanvas? If yes, how? ;)
Thanks,
~Matt
Of course,
look here: http://twl.l33tlabs.org (http://twl.l33tlabs.org)
EDIT: you change to projection matrix to orthogonal, render the 2D stuff, and then switch back (as done in TWL's LWJGLRenderer class)
Ciao Matthias
I don't wanna use an other library, but I'll use your advice & maybe the source of that library to help myself out. :)
Thanks,
~Matt