My question is pretty straight forward. I have been looking through the API.NET and through irrlicht's itself and I am not turning up anything so now I am asking here. I know Irrlicht supports 2dImages but I am wondering if the engine supports sprites...and more specifically if it supports sprite animation? If so can you send me in the right direct or give me a link that talks about it.
Also I used the search tool and I couldn't find anything about sprite animation. If irrlicht does not support it does anyone know how I can implement a directx code snippet into the engine?
Any thoughts or suggestions would be geatly appreciated.
Thank you ahead of time.
XXChester
Sprites?
I'm not sure about them being animated, but look up billboards (basically sprites, they're 2d images that always face the camera).
I haven't looked at the newest version of irrlicht yet but it might support animated textures which is what you'd need to make the billboards animated.
I haven't looked at the newest version of irrlicht yet but it might support animated textures which is what you'd need to make the billboards animated.
"Surely we don’t need to waste resources on pathfinding; they just need to walk along the shortest route from one place to another." - EA Producer
you should learn how to use the search tool...
one quick search and a full site of results apeared...
but of course it's always easier to let others do the work...
I think this one is what you want: http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=22301
one quick search and a full site of results apeared...
but of course it's always easier to let others do the work...
I think this one is what you want: http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=22301
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
wow rude
I said I used the search tool and typed in "Sprite Animation" and nothing came up, why would I lie about something that stupid. If people have nothing good to say just do us all a favour and shut your trap.you should learn how to use the search tool...
one quick search and a full site of results apeared...
but of course it's always easier to let others do the work...
Thank you for the link.
XXChester