pea
developer
Hi all,
Just wondering if people know of good resources for special effects (non directX of course) that we can use - pixel effects I mean.
A specific effect I am after is a sort of 'pincusion' effect that makes it look like the screen is being sucked into the centre. This should (hopefully) just be a case of transforming the screen coordinates to another coordinate system via a function call. e.g. destPixel = doEffect( sourcePixels );
Just wondering if people know of good resources for special effects (non directX of course) that we can use - pixel effects I mean.
A specific effect I am after is a sort of 'pincusion' effect that makes it look like the screen is being sucked into the centre. This should (hopefully) just be a case of transforming the screen coordinates to another coordinate system via a function call. e.g. destPixel = doEffect( sourcePixels );