Archive

Posts Tagged ‘ShaderFilter’

PixelBender Filters Part 2

January 28th, 2011 No comments

In part 1 we used PixelBender to create a custom filter. Now we can use it in Flash in the same way as any of the built-in filters.

Here is our custom filter in action:

Read more…

PixelBender Filters Part 1

January 28th, 2011 1 comment

The built-in filters provided by the BitmapFilters API (blur, glow, dropshadow, bevel etc) are very useful but sometimes our imagination exceeds their capabilities. Wouldn’t it be nice if we could create our own? Yes it would, and it is; we can build our own filters with a free bit of software called PixelBender and use a ShaderFilter filter to implement them.

Before i go any further, here’s a simple example to show you how much further we can go with custom filters:
Read more…