2D on 3D

Started by Supamagier, November 30, 2009, 12:08:51

Previous topic - Next topic

Supamagier

Hey all,

Is it possible to draw 2D things on top of a 3D scene, without using a AWTGLCanvas? If yes, how? ;)

Thanks,

~Matt

Matthias

Of course,

look here: 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

Supamagier

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