Problems with the new line drawing system in 0.8
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Problems with the new line drawing system in 0.8
Because of how anti aliasing is implemented. Making the lines very thin (<< 1 pixel) and zooming in blows up the anti aliasing. We are working on it, though it turns out that it's not an easy problem (as edge cases rarely are ).
Re: Problems with the new line drawing system in 0.8
You can exhale now. The fix will be in the next release. Until then you should avoid drawing lines while using love.graphics.scale() and big numbers.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Problems with the new line drawing system in 0.8
vrld wrote:You can exhale now.
Help us help you: attach a .love.
Re: Problems with the new line drawing system in 0.8
This is what I do:
Code: Select all
love.graphics.setLineWidth( math.max( 1, 1 / zoom ) )
Who is online
Users browsing this forum: No registered users and 7 guests