i'm looking for a tutorial to link an animatedscenenode to the bones of onother one....
I've got a Xmesh animated with bones and I'd like to put a weapon (still a Xmesh) for exemple (and it's the exemple i read evry where in the doc) on the arm of my first Xmesh...
is there a tutorial or an exemple of that....(i'm a real newbie and i learn
evrything from the start...)
merci d'avance....
is there a tutorial...
-
- Posts: 62
- Joined: Wed Jun 09, 2004 5:51 am
there is quite a steep learning curve to irrlicht. . especially for those of us who are still getting to grips with the basics of C++. . but its a hell of a lot better than trying to program in directx (as i was before )
perhaps someone from the irrlicht community would be willing to write a series of tutorials beginning with simple concepts etc and then moving into more difficult ones (perhaps by request for what people want to see)
perhaps someone from the irrlicht community would be willing to write a series of tutorials beginning with simple concepts etc and then moving into more difficult ones (perhaps by request for what people want to see)
Or maybe,
Is it possable that many of you "noobs" like me for example simply don't understand the structure of the program known as Irrlicht?
I think maybe if you look and try things and learn how to read the API and the source itself (which for me works better then the API for some odd reason) then you will learn all by yourself how and what do what.
and as a note to the first poster...I believe everyone learns from the start my friend
unless of course you are a backengineer like myself
Is it possable that many of you "noobs" like me for example simply don't understand the structure of the program known as Irrlicht?
I think maybe if you look and try things and learn how to read the API and the source itself (which for me works better then the API for some odd reason) then you will learn all by yourself how and what do what.
and as a note to the first poster...I believe everyone learns from the start my friend
unless of course you are a backengineer like myself
The way to fix that is to do what I did.gav (at uni) wrote:there is quite a steep learning curve to irrlicht. . especially for those of us who are still getting to grips with the basics of C++. . but its a hell of a lot better than trying to program in directx (as i was before )
perhaps someone from the irrlicht community would be willing to write a series of tutorials beginning with simple concepts etc and then moving into more difficult ones (perhaps by request for what people want to see)
Experiment with the engine to try to get it to do what you want. Keep notes. When you find the solution, write up a tutorial and post it.
99% of the ones I post are created in that manner.
Crud, how do I do this again?