the prob is keeping up the good work, and releasing as soon as possible, is not usually able to do...
Imho he's devoting a lot of time already on this free project...
though I understand your position.I guess you are needing melt of animations...you can have your artist do those melts, is a tad of work, but if you are so time pressed...
it's the melting....
for example we got so many movement types and so many action poses that making everything by hand would result in a file that is so big......no good idea
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
I am just trying to get a hold of what this project can actually do. So are you saying when you finish this you will be able to have models with bones and you can control those bones from within the program. Like say I could write the code in c++ to have one of my meshes walk across the screen?? Also can this be used for face animation. Like moving mouths and things.
face animation is one of the most difficult parts of animation. i saw how famous companies make these. actor talks with special spots on face, cam records it and moves mesh just as those spots move. its definetly not c++ code moving your characters jaw
But virtually couldn't you do that then. Like stick bones that move up and down where those spots are and then take video and hand edit the bone animation to match how the person talks or something?
I am just trying to get a hold of what this project can actually do. So are you saying when you finish this you will be able to have models with bones and you can control those bones from within the program. Like say I could write the code in c++ to have one of my meshes walk across the screen?? Also can this be used for face animation. Like moving mouths and things.
Yes, you will be able to control, the bones. And yes you could do facial animation the same way. Just moving the character’s jaw would be fairly easy. But whole facial animation would need some pretty complex code, working out where the bones should go, but yes it’s possible to do.
projectmessiah is such a top rated animation tool...yet though, you can achieve bone based facial animation with Blender.(Ive done a bit) Of course, you mean to control that even by code...You(the artist) can allways do and export a collection of typical expressions, like you do have your run, walk anims...only thing needed then would be the already mentioning animation melting(maybe am talking bout that melting allowing 2 anims running at once, melted...)...so you could do a big collection of things...
imho , though, sounds like better is have the base of the system, then go adding whatever is wished...
Ok I got that. So then how would I control animations with irrlicht. Say I have an AI. I want to run a stand still and look around animation, but then he gets shot at so he runs away in a strategical way. Like how would I get that to happen because the tutorials only showed the girl running constantly with no other animations.
i think its the animation hes worrying about
well your ai has certainly some sort of fsm, so each state would have its own animation, which is activated on the entry in that state.
A couple of layers (at least) would be helpful for blending between animations running simultaneously. I guess this is what people mean by "melting" (a term I've never heard of in this context).
You could make animations for the lower part of body (idle/stand/walk/run/etc.) and run them at the same time as upper body animations. You could then have upper body motions, such as "reload", which can then be used no matter what the lower body is doing (and vice versa).
Same concept applies to facial animation (phonemes and facial expressions).
Perhaps there should be three blending layers for LOWER, UPPER and HEAD/FACIAL.
You could make animations for the lower part of body (idle/stand/walk/run/etc.) and run them at the same time as upper body animations. You could then have upper body motions, such as "reload", which can then be used no matter what the lower body is doing (and vice versa).
Same concept applies to facial animation (phonemes and facial expressions).
Perhaps there should be three blending layers for LOWER, UPPER and HEAD/FACIAL.
I’ll also assume that melting means blending.
Yeah, I was planning on doing this for the beginning, but I’m not going to restrict people to just 3 blending layers.