Smallest Point Size?
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Smallest Point Size?
Hey. I don't seem to be able to draw points that are just a single pixel. I've tried setting it as small as 0.1, but still my points seem to be a square block of 4 pixels. Any ideas?
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Smallest Point Size?
Have you tried using a 1x1 pixel image file?
BTW, I think your problem is caused by the anti-aliasing LÖVE uses. I don't know if you can turn it off.
BTW, I think your problem is caused by the anti-aliasing LÖVE uses. I don't know if you can turn it off.
Help us help you: attach a .love.
Re: Smallest Point Size?
Unfortunately the image idea wont be convenient for what i'm trying to do, I want them to randomly change color (i'm trying to make twinkling stars)...
Re: Smallest Point Size?
Just realized that 1 pixel png and love.color_modulate, I can do exactly what i want. 

Re: Smallest Point Size?
you shouldnt not have to though. this should get fixed huh
Re: Smallest Point Size?
So you're requesting a way to draw ONE pixel?
Now posting IN STEREO (where available)
Re: Smallest Point Size?
love.graphics.setPointStyle(love.point_rough)?
Re: Smallest Point Size?
love.point_rough doesn't do it. Doesn't seem to be anything to do with anti-aliasing. But the .png method works fine, I honestly don't mind if you bother to fix this or not.
Who is online
Users browsing this forum: No registered users and 5 guests