Render text in screen with 3d OpenGL
in
Core Library Questions
•
1 year ago
Hi everyone. What is the best way to render 2d text (in the screen) while having things happening in 3d?
I've tried with textmode(SCRREN) and it works fine with only the text but I don't achieve for example drawing 3d lines at the same time that the text is rendered on screen (draw the lines but in the xy plane).
In addition I've read in the wiki that textMode it's going to dissapear in processing 2.0, so what is the best way from now on?
Thanks!
1