-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07/12/2010 05:30 PM, Michele Olsen wrote:
> Hello,
> 
> I've been working in osgCal and cal3d for a few weeks now and one
> thing I would like to see in osgAnimation is the capability to
> control a bone during a cycle animation. Specifically, I want to be
> able to control where a head is looking while an idle animation is
> playing. I don't think there is a simple way to do it in osgCal or
> cal3d, or I haven't found it yet. Also, documentation could be
> improved upon.
> 
> Thanks for all your hard work!
> 
> Michele
> 

Hello,

You can do this, however, this is deep in the Cal3D data structures.
osgCal is only a thin rendering wrapper.

This is going to be from hazy memory from about 6 years ago when I did
this, so do not take me for my word here.

What you have to do is to get a pointer to the Cal3D Model instance (I
think it was that - I believe osgCal allows you to get the pointer),
from that you can get to the individual bones. However, if you try to
drive the bones manually, you need to disable the default animation
mixer or your data will be overriden. The way to do that is to manually
call the individual functions to update the skeleton, to update the
skin, etc, but do not update the animation mixer. You will need to make
you own mixing if you want to e.g. move the head on top of another
animation. Overall, it is doable, but it is quite a mess - Cal3D is not
designed with procedural animation in mind.

Regards,

Jan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org/

iD8DBQFMO4tBn11XseNj94gRAqXWAKCzaOEffH3eiXe33O2sgrKkLo8UnACdHDaJ
WEk9pnM1lJpoXJxtJuk0X0s=
=KZbm
-----END PGP SIGNATURE-----
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to