Dark Bit Factory & Gravity

GENERAL => Projects => Topic started by: Pixel_Outlaw on June 07, 2008

Title: A failed plasma leads to some interesting Moire Patterns...
Post by: Pixel_Outlaw on June 07, 2008
So I was fiddling around trying plasma and I accidentally make something sort of cool. I took each pixel and used the distance formula from the nearest pixel as the color value. Then only drew the special color if the distance was divisible by 3.

Ah well maybe a bit amateur but kind of interesting I suppose. The Moire patterns are really what stick out.

Sadly this is not dynamic quite yet, just used the plot command and a single backbuffer flip in Blitzmax. Just to get the look of it without having to use pixmaps.

Is it worth pursuing?
Title: Re: A failed plasma leads to some interesting Moire Patterns...
Post by: Shockwave on June 07, 2008
Definately, it looks like quite a striking variation on polar plasma :)
Title: Re: A failed plasma leads to some interesting Moire Patterns...
Post by: hellfire on June 08, 2008
You would get the same result by just setting every 2nd entry in your colour-lookup-table to black...

Title: Re: A failed plasma leads to some interesting Moire Patterns...
Post by: energy on June 08, 2008
watch out for this site:

http://student.kuleuven.be/~m0216922/CG/plasma.html
Title: Re: A failed plasma leads to some interesting Moire Patterns...
Post by: Clyde on June 09, 2008
Cool looking Moire effects Pixel Outlaw. And K++ to Energy for a great plasma tutorial link.