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 - paratam

Pages: [1]
1
Graphics / Re: antialiasing for drawing circles
« on: November 06, 2012, 08:46:34 pm »
Yes I was drawing my circles with sf::CircleShapes.

And indeed when I get back the antialiasingLevel value from the sf::ContextSettings after window creation it contains 0.

Why antialiasing doesn't work on Linux?

Also I think you should tell about this in the documentation, because I have search for more than half an hour how to enable this.

Anyway thanks for the answer, and thanks to answer that fast!

2
Graphics / antialiasing for drawing circles
« on: November 06, 2012, 11:31:37 am »
Hi,
I would like to know if it's possible and how to draw circles with antialiasing?
I've tried to put different values to the antialiasing parameter of the RenderWindow, but I still get a rendering without anitaliasing.

(I'm using a git version of SFML from the beginning of October)

Thanks

Pages: [1]
anything