Easy RadialBlur effect(Texture Rendering)

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Post Reply
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Easy RadialBlur effect(Texture Rendering)

Post by dalerank2 »

Samples screenshot:
ImageImageImage

Sample video from my project with this effect:
http://rutube.ru/tracks/4650265.html?v= ... 35ddbe4096

Header you can find here...
header http://gameinc.svn.sourceforge.net/view ... sortby=rev
source http://gameinc.svn.sourceforge.net/view ... sortby=rev

for using in native irrlicht need simple correct in code, cause i use modified version of engine

How use:

Code: Select all

CGuiImage* img;//created somewhere in code
new CNrpTextureSmoothAnimator( GuiEnvironment, img, number_of_repeat, scale_increased_in_step );
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: Easy RadialBlur effect(Texture Rendering)

Post by REDDemon »

nice effect. Very simple in use ;-)
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Post Reply