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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DoYouRockBaby

Pages: [1]
1
Oh yes you're right, i didn't see that setActive() was a part of sf::Window class, sorry for the disarrangement.

2
Feature requests / Add a RenderTarget::setActive() virtual method
« on: May 11, 2013, 12:57:27 am »
Hello World !

First sorry for my poor english.

I think it is problably a forgotten made by the developpers but the setActive() method is implanted in RenderWindow and RenderTexture but not in RenderTarget as virtual function, it is a little bit problematic for me because i try to make my render class that render OpenGL scene able to render to Window or Texture without any change in the code. (and moreover, i think it is logic to make that method virtual).

Pages: [1]