Search found 3 matches
- Wed May 04, 2011 9:37 am
- Forum: General
- Topic: how to draw a fuzzy point(using in particle system)?
- Replies: 4
- Views: 2326
Re: how to draw a fuzzy point(using in particle system)?
Create a white fuzzy dot. Use love.graphics.setColor ????? Profit You can create the fuzzy point by setting the pixels-alpha values of an ImageData depending on how far they are away from the image's center, e.g.: id:mapPixel(function(x,y) -- assuming a square imagedata local dx,dy = x - WIDTH/2, y...
- Sun Mar 27, 2011 8:26 am
- Forum: General
- Topic: how to draw a fuzzy point(using in particle system)?
- Replies: 4
- Views: 2326
Re: how to draw a fuzzy point(using in particle system)?
Thanks for your suggestion!:)
it's a good method but I want to change the color of particles as time passing by.Can I achieve this by using the image as the particle?
I don't know whether an algorithm which is used to create fuzzy particles exists...
it's a good method but I want to change the color of particles as time passing by.Can I achieve this by using the image as the particle?
I don't know whether an algorithm which is used to create fuzzy particles exists...
- Sat Mar 26, 2011 11:22 am
- Forum: General
- Topic: how to draw a fuzzy point(using in particle system)?
- Replies: 4
- Views: 2326
how to draw a fuzzy point(using in particle system)?
Hi,everyone!
I want to draw fuzzy points(just like LOVE particle system),anyone could tell me the methods or what should I search?
Any suggestion is appreciated.
I want to draw fuzzy points(just like LOVE particle system),anyone could tell me the methods or what should I search?
Any suggestion is appreciated.