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.


Topics - Maximus

Pages: [1]
1
Window / Switching antialiasing on and off during runtime
« on: January 06, 2010, 10:15:05 pm »
Is there any possibility of enabling and disabling antialiasing during the application runtime? I've enabled it using the WindowsSettings class, given as a parameter to the RenderWindow class constructor. I find it to be a must-have to be able to change the level of antialiasing in my application's options, as well as switch it on and off on the go. The latter is needed because I'm doing picking of objects by the "color method" - drawing the objects to an invisible buffer when the user presses the mouse button and then checking the color of the clicked pixel to determine, which object has been selected. The antialiasing is applied even to this invisible buffer, thus providing me with erroneous readings when I click on the exact borders of the objects.

I'd be happy if there is any solution to this problem.

Pages: [1]
anything