attach md2

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
smartwhiz
Posts: 120
Joined: Wed Jan 14, 2004 6:03 pm
Location: India

attach md2

Post by smartwhiz »

i downloaded a model frm polycount....
it has a md2 file wit body all together and the hands with weapons in another.....
how do you join those two to work together?
Peter Müller
Posts: 292
Joined: Sun Mar 14, 2004 5:28 pm
Location: Germany
Contact:

Post by Peter Müller »

You don't need to. The Models were so modelled, that you simply have to set them to the same position, rotation, scale und frame position.
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
smartwhiz
Posts: 120
Joined: Wed Jan 14, 2004 6:03 pm
Location: India

Post by smartwhiz »

no i mean i got a model with so...... and the main body is in the 3rd person view....... as the camera is set to follow it....
now i need to get the hands to follow the body so that it goes with the body and the camera..
Peter Müller
Posts: 292
Joined: Sun Mar 14, 2004 5:28 pm
Location: Germany
Contact:

Post by Peter Müller »

Could you please post the download link?
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
Tyn
Posts: 932
Joined: Thu Nov 20, 2003 7:53 pm
Location: England
Contact:

Post by Tyn »

I think what you are saying is that you have the model, and you have the model of just the arm holding a weapon for use in first person mode. You attach both models to the camera, the position I'm not sure of, I guess it would change from model to model. I'd say experiment. Make the arm invisible in 3rd person and the body invisible in 1st person.
Post Reply