[Voronoi #2]

Hi,

not long ago I developed my first Voronoi based image filter, but it was running a bit too slow to really use it a real project.

So, yesterday I´ve rewritten my Voronoi Classes and updated them with various new Flash10 methods. My basic thought was, to speed up my entire processor so that it can manage and display more points and run even a bit faster than my former one. But hell yeah… now it actually runs up to 5 times faster than before. Without applying any filters or the like, I nearly get ~98fps of available 100fps maximum. Even if I add some filters upon the structure, it performs by having ~57fps. Only when I plug another shader thereon, the whole setup gets ruptured (~17fps).
[URL=“http://www.dasprinzip.com/prinzipiell/2008/12/17/voronoi-and-vectors/”]

Launch (skip between the render-modes via mouse click)

The essence behind this sharp acceleration wasn´t voodoo at all, but a strict usage of vectors instead of arrays. He´s telling tall stories you might say! So to proof I´m not fibbing I updated my former voronoi image processor, and now it runs faster/-smoother, and can manage twice as many points as before.


Launch compare with [URL=“http://www.dasprinzip.com/pExamples/p70_1.html”]former version)

So this upgrade definitively was worthwile!

Cheers
pwd