Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: render text in 3d space  (Read 1768 times)

0 Members and 1 Guest are viewing this topic.

greeniekin

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
render text in 3d space
« 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.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
render text in 3d space
« Reply #1 on: May 15, 2011, 07:34:23 pm »
Nop, sorry.
Laurent Gomila - SFML developer

 

anything