Search found 2 matches

by Slappy
Fri Aug 24, 2007 5:07 pm
Forum: Code Snippets
Topic: Animated Sprite Class +example
Replies: 36
Views: 23560

animation

IMHO thiss is good...
But there are several problems, which should be solved...
I created similiar animation too - for animated cursors

btw: for Slovakian only:
ak máte záujem a hľadáte programátora, pracujete na nejakej hre atd ozvite sa mi...
Pridal by som sa k vám...
Chcel by som sa naučiť ...
by Slappy
Thu Aug 23, 2007 3:08 pm
Forum: Bug reports
Topic: new fonttool bug - bad description of function in helpdialog
Replies: 1
Views: 477

new fonttool bug - bad description of function in helpdialog

If you are using new font tool to generate your fonts and when you press help button you see a little help for tool.
The last line is: To load your font in Irrlicht simply use
env->addFont("MyFont.xml");

This line is wrong, right function is getFont(); eg
gui::IGUIFont* fontSmall =
device ...