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

Author Topic: Rotating views  (Read 14018 times)

0 Members and 1 Guest are viewing this topic.

r1nux

  • Newbie
  • *
  • Posts: 9
    • View Profile
Rotating views
« on: April 23, 2008, 10:19:02 pm »
Is this hard/impossible to add to SFML?

Or is it maybe easy to do this by the user with the
help of OGL?

Redien

  • Newbie
  • *
  • Posts: 30
    • View Profile
Rotating views
« Reply #1 on: April 23, 2008, 11:13:36 pm »
Currently, SFML does not have rotatable views. This feature has been suggested before; http://www.sfml-dev.org/forum/viewtopic.php?t=311.

I'd say if you just want to rotate your scene, do it with custom OGL calls. If you want something more complex you could always add it to SFML yourself. ;)