Character Jump

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
Arpan
Posts: 4
Joined: Fri Nov 24, 2006 4:33 pm

Character Jump

Post by Arpan »

Hi guys!!!

I am new with Irrlicht,so my question may be too easy for you.

I have a model that can jump,walk,idle etc.

I want my model to jump when I press a key.I can do that with the tutorials
but my problem is that my model jumps continously.

I don't know how to check if jump is finished...so I can set my model to idle.

Could you help???

Thanks
m_krzywy
Posts: 133
Joined: Sat Nov 04, 2006 2:05 pm

Post by m_krzywy »

Do it on animators ;]
Add some camera animator then remove it when jump is done ;]

U may use timer to check if jump is done... When i'll have some time i post my jump code here ;]
bandinopla
Posts: 28
Joined: Fri Nov 24, 2006 11:05 am

Post by bandinopla »

the model u have, is yours? u made it? in what program?

i want to know how can i make my own models and use them in irrlicht but i dont know how!
Arpan
Posts: 4
Joined: Fri Nov 24, 2006 4:33 pm

Post by Arpan »

bandinopla wrote:the model u have, is yours? u made it? in what program?

i want to know how can i make my own models and use them in irrlicht but i dont know how!
No it's not mine.

I think you can use Blender for your models.
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Blender, Milkshape, 3DS Max.. the list goes on. There are a vast number of tutorials out there if you just use google im sure ;)

Or you can just search for Quake 2 models which are the md2 fomat and load them in or find a website which offers free models and use one of them.
Image Image Image
execute
Posts: 14
Joined: Wed Nov 22, 2006 7:48 pm

Post by execute »

Isnt there like an animate repeat option which u can turn off?
Post Reply