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

Author Topic: OpenGL object position and rotation not changing realtime  (Read 6317 times)

0 Members and 1 Guest are viewing this topic.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
Re: OpenGL object position and rotation not changing realtime
« Reply #15 on: August 09, 2012, 08:52:58 pm »
I think I will just wait for a release. As far as I remember, one would have to go through lots of hassle to compile the code (download a couple of programs).
It's not hard to compile SFML on your own and there's even a official tutorial.
Of course you can also wait till release, but who knows when that will gonna be? In a year? Or two? :P
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: OpenGL object position and rotation not changing realtime
« Reply #16 on: August 09, 2012, 09:26:33 pm »
Quote
As far as I remember, one would have to go through lots of hassle to compile the code (download a couple of programs)
Hmm no, you just need CMake and your favorite compiler.

Quote
Will I suffer some significant performance loss just setting the matrixmode right now myself?
No no, don't worry. A single OpenGL call, and especially this one, won't ruin your performances.

Quote
Of course you can also wait till release, but who knows when that will gonna be? In a year? Or two?
Or maybe in 2 weeks 8)
Laurent Gomila - SFML developer

theodor

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: OpenGL object position and rotation not changing realtime
« Reply #17 on: August 09, 2012, 11:06:00 pm »
Alright, thank you very much!