Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Animation Loops outside the Gameloop
#2
I don't quite exactly get what you're asking, but if you want to render from an external loop, its not going to work well. All your rendering needs to be done in the same loop to ensure you render in the correct order and every frame.

Now if you want to use the timer to modify how stuff is rendered, but not actually render, that is totally fine.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)