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

Pages: [1]
1
Feature requests / parameter for nbSegments in Circle()
« on: November 02, 2010, 08:24:13 pm »
This is a simple one.

When using Circle() to define a shape, it always has 40 segments.
That's good for most circles, but way too much for small circles (slow performance) and way too few for big circles (looks ugly).

Why don't you add an overload for Circle with an extra parameter for the number of segments?

This should not cause any conflicts with existing projects.

2
Window / [bug?] Width & Height become 0 while not focussed.
« on: May 29, 2010, 05:18:47 pm »
at least in v1.6, in the dotnet version, and when using Style.Close. but i suppose this error is everywhere.

While the window is not focussed, the .Width and .Height fields of the RenderWindow are 0, though it is stated that those should be constant.
The fields are restored to the correct values when the window regains focus and .Display() is called.

This makes wrapping moving stuff around the window when it's not focusssed impossible without a workaround.

Pages: [1]