flat animation to 3D animation

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
tatvainfopci33
Posts: 9
Joined: Thu May 07, 2015 11:31 am

flat animation to 3D animation

Post by tatvainfopci33 »

Hello Everyone,

How to display 3D animation using IrrLicht.Lime ?
I am getting animation like 2D (flat) animation.(I have image but How to upload image?) but i want to 3D animation.
I have use following item for that
1) .3DS Image
2) IrrlichtLime.Video.DriverType.Direct3D9
3) MaterialFlag.Lighting
4) MaterialType.Solid
5) light color = Colorf(1.0f, 1.0f, 1.0f,1.0f)

Also I have tried all MaterialFlag and MaterialType. But no luck.
Do you anyone what i need to do for that?

Thanks in advance.
Last edited by tatvainfopci33 on Wed May 20, 2015 1:16 pm, edited 2 times in total.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Plan animation to 3D animation

Post by CuteAlien »

Use a service like imgur.com to upload images and then link them here.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply