Combine joint animation types

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
Auradrummer
Posts: 260
Joined: Thu Apr 17, 2008 1:38 pm
Location: Brasopolis - Brazil

Combine joint animation types

Post by Auradrummer »

Masters,

I'm posting a question I'm sure is frequent. I really don't know the right way to find it, but here goes.
I want to control some bones by skeletal animation and control some by software.

I suceeded doing one and another, but never at same time.

It's possible?

Thanks!
Last edited by Auradrummer on Thu Dec 31, 2015 10:21 pm, edited 1 time in total.
Professional Software Developer and Amateur Game Designer ;-)
Auradrummer
Posts: 260
Joined: Thu Apr 17, 2008 1:38 pm
Location: Brasopolis - Brazil

Re: Combine joint types

Post by Auradrummer »

Oooops, I made it.

To explain to another uninformed:
- The problem is that the bone appears to reset the position to skeletal default every loop. To solve is only create a rotate vector and sum it to the animation position. Controlling this vector controls bone final rotation.

Thanks!
Professional Software Developer and Amateur Game Designer ;-)
Post Reply