SFML community forums

Help => Graphics => Topic started by: greeniekin on May 15, 2011, 01:35:55 pm

Title: render text in 3d space
Post by: greeniekin on May 15, 2011, 01:35:55 pm
I use opengl with sfml and one of the things i wanted to accomplish was to write text in 3d space. A long time ago I did this by having a quad for each letter.

Though I was thinking that sfml already has sf::text which i assume uses the same technique. Though it seems to be only designed to work in 2d.

Is there anyway that i can make sf::string draw to opengl at the current location and rotation?

I appreciate any help or advice you can offer.
Title: render text in 3d space
Post by: Laurent on May 15, 2011, 07:34:23 pm
Nop, sorry.