Search found 2 matches

by ornages
Thu Aug 12, 2010 8:04 am
Forum: General
Topic: maximum number of points drawn?
Replies: 2
Views: 3526

Re: maximum number of points drawn?

youre right. i think my mistake is that i draw points over points and therefore i cant see them anymore. I want to write a snowglobe where it snows and once the flakes hit the ground, they remain there. therefore i have to update the ground level in integer steps. however the flakes have a given spe...
by ornages
Thu Aug 12, 2010 7:45 am
Forum: General
Topic: maximum number of points drawn?
Replies: 2
Views: 3526

maximum number of points drawn?

Hi!

Is there a maximum number of point objects that may be drawn at the same time?
I get the impression that the engine doesnt allow more than ~1000 calls to love.graphics.point(x,y) per frame. Is that right?