OpenSceneGraph/include/osgAnimation
Robert Osfield db4d58b01d From Cedric Pinson, "Here a list of changes:
Bone now inherit from MatrixTransform. It simplify a lot the update of
Bone matrix. It helps to have the bone system more generic. eg it's now
possible to have animation data with precomputed bind matrix. The other
benefit, is now the collada plugin will be able to use osgAnimation to
display skinned mesh. Michael Plating did a great work to improve this
aspect, he is working on the collada plugin and should be able to submit
a new version soon.
The RigGeometry has been refactored so now it works when you save and
reload RigGeometry because the source is not touched anymore. The
benefit with this update is that it should be now possible to use a
MorphGeometry as source for a RigGeometry.

The bad news is that the format has changed, so i have rebuild osg-data
related to osgAnimation data, updated the blender exporter to export to
the new format.
The fbx plugin could be touched about this commit, i dont compile it so
i can't give more information about it.
The bvh plugin has been updated by Wang rui so this one is fixed with
the new code of osgAnimation.
The examples has been updated to work with the new code too...

The example osg-data/example.osg should be remove, it's an old example
that does not work.

For people using blender the blender exporter up to date is here:
http://hg.plopbyte.net/osgexport2/
it will be merge to http://hg.plopbyte.net/osgexport/ as soon as the
modification will be push in the trunk.
"
2010-01-27 12:24:55 +00:00
..
Action From Cedric Pinson, Fix warning in osgAnimation, UpdateCallback. Fix bug removing callback in Action. Fix warning Stats 2009-10-29 16:09:07 +00:00
ActionAnimation From Cedric Pinson, The following commit include: 2009-10-27 15:37:13 +00:00
ActionBlendIn From Cedric Pinson, The following commit include: 2009-10-27 15:37:13 +00:00
ActionBlendOut From Cedric Pinson, The following commit include: 2009-10-27 15:37:13 +00:00
ActionCallback From Cedric Pinson, add accessors to osgAnimation ActionCallback 2009-07-15 20:52:51 +00:00
ActionStripAnimation From Cedric Pinson, The following commit include: 2009-10-27 15:37:13 +00:00
ActionVisitor From Cedric Pinson, The following commit include: 2009-10-27 15:37:13 +00:00
Animation From Michael Platings, 2009-08-26 09:24:02 +00:00
AnimationManagerBase From Cedric Pinson, 2009-12-09 18:45:46 +00:00
AnimationUpdateCallback From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
Assert Removed the usage of assert to prevent associated compile warnings and to clean up code 2009-01-06 19:09:50 +00:00
BasicAnimationManager From Fabian Lavignotte, "Here is some various small fixes i have done while playing with 2009-02-05 15:22:42 +00:00
Bone From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
BoneMapVisitor From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
Channel From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
CubicBezier From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
EaseMotion From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
Export
FindParentAnimationManagerVisitor From Cedric Pinson, add missing files 2009-08-31 10:37:44 +00:00
FrameAction From Cedric Pinson, split timeline classes in differents files, cleanup and add a statshandler to visualize current action in timeline 2009-06-15 14:48:37 +00:00
Interpolator From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
Keyframe From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
LinkVisitor From Cedric Pinson, The following modification are 2009-08-31 09:40:56 +00:00
MorphGeometry From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
RigGeometry From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
RigTransform From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
RigTransformHardware From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
RigTransformSoftware From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
Sampler From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
Skeleton From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
StackedMatrixElement From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
StackedQuaternionElement From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
StackedRotateAxisElement From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
StackedScaleElement From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
StackedTransform From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
StackedTransformElement From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
StackedTranslateElement From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
StatsHandler Removed unimplemented updateGraph method 2009-12-05 10:02:04 +00:00
StatsVisitor From Cedric Pinson, The following commit include: 2009-10-27 15:37:13 +00:00
Target From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
Timeline From Cedric Pinson, 2009-12-09 18:45:46 +00:00
TimelineAnimationManager From Cedric Pinson, 2009-12-09 18:45:46 +00:00
UpdateBone From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
UpdateMaterial From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
UpdateMatrixTransform From Cedric Pinson, "Here a list of changes: 2010-01-27 12:24:55 +00:00
Vec3Packed Fixes for doxgen warnings 2009-02-11 10:41:55 +00:00
VertexInfluence From Cedric Pinson, The following commit include: 2009-10-27 15:37:13 +00:00