Nehe lesson17 text print - convert to true 3d

Started by amoeba, October 24, 2007, 11:12:15

Previous topic - Next topic

amoeba

How would I need to convert the lesson17 printing functionality so that I have display text in true 3d rather than ortho mode?

I want to be able to display a textbox next to enemys with their name/damage/etc, and figured the best way would be to use this. I dont want to have to use JME.

I thought it would be simple, but after many hours trying does not seem to be.

aldacron

If I were to do this, I'd render the text to a texture, then map the texture onto a quad. Then quad can be oriented in 3D space however you like.