Page 1 of 1

Animator for GUI elements

Posted: Tue Jun 02, 2009 6:30 pm
by Sylence
I created this small patch which adds the functionality to create animators for GUI elements.
These animators work like the ones for scene nodes except they animate a GUI element.

Currently I only have implemented a fly straight animator, but implementing animators for changing the size or text ( could be useful for blinking texts for example) or chaning the transparency of an element isn't that much of work.

I created this small package that contains a patch for the recent SVN version of Irrlicht (should also work with 1.5 but I didn't test it) and modifies the example #5 to show the animator in action.

Download: 6 KB zip archive

For installation take a look at the readme.txt in the archive. (Basicly copy the new files to your irrlicht sdk and apply the patch)
License is Irrlicht-license so do what the f*** you want with it ;)

Comments and feedback are welcome :)