OpenSceneGraph/include/osgAnimation
2009-10-01 17:08:16 +00:00
..
Action From Cedric Pinson, The following modification are 2009-08-31 09:40:56 +00:00
ActionCallback From Cedric Pinson, add accessors to osgAnimation ActionCallback 2009-07-15 20:52:51 +00:00
ActionVisitor From Cedric Pinson, The following modification are 2009-08-31 09:40:56 +00:00
Animation From Michael Platings, 2009-08-26 09:24:02 +00:00
AnimationManagerBase From Michael Platings, I have removed Target::normalize() as calling it was incorrect - the interpolation is already done in such a way that the Target's value is always normalized. 2009-09-09 09:52:54 +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, The following modification are 2009-08-31 09:40:56 +00:00
BoneMapVisitor From Cedric Pinson, add missing files 2009-08-31 10:37:44 +00:00
Channel From Cedric Pinson, Fix createKeyframeContainerFromTargetValue to recreate its sampler from scratch to not change keyframe container of another sampler 2009-09-09 18:13:24 +00:00
ComputeBindMatrixVisitor From Cedric Pinson, add missing files 2009-08-31 10:37:44 +00:00
CubicBezier From Michael Platings, I have removed Target::normalize() as calling it was incorrect - the interpolation is already done in such a way that the Target's value is always normalized. 2009-09-09 09:52:54 +00:00
EaseMotion From Serge Lages, Elastic added to EaseMotion 2009-04-07 08:40:49 +00:00
Export From Cedric Pinson, Pulled in osgAnimation from OpenSceneGraph-osgWidget-dev into svn/trunk. 2008-11-22 12:14:19 +00:00
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 Magnus Kessler, "At the end of the void function 2009-08-21 11:31:10 +00:00
Keyframe From Roland Smeenk & Cedric Pinson, 2009-03-09 17:38:39 +00:00
LinkVisitor From Cedric Pinson, The following modification are 2009-08-31 09:40:56 +00:00
MorphGeometry From Cedric Pinson, Add UpdateMaterial callback to animate material\nUpdate LinkVisitor to traverse stateset\nUpdate ReaderWriter to read osgAnimation::UpdateMaterial Callback\nUpdate nathan.osg data file to demonstrate the MaterialAnimation 2009-08-03 09:48:12 +00:00
RigGeometry 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
Sampler From Michael Platings, 2009-08-06 12:40:06 +00:00
Skeleton From Michael Platings, I've moved the matrix updating from UpdateSkeleton to UpdateBone. UpdateSkeleton now merely checks that Bones appear before other children and issues a warning if this isn't the case 2009-08-27 16:21:01 +00:00
Skinning From Cedric Pinson, "updated osgAnimation with the trunk here the update: 2009-01-21 19:02:54 +00:00
StatsHandler 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
StatsVisitor Changed build OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION to ON and then fixed all the resulting build errors. 2009-06-17 10:39:39 +00:00
Target From Michael Platings, In Target, the default constructor is explicitly called on _target. This is necessary for FloatTarget and DoubleTarget so that _target is initialised to 0, otherwise you get a junk value. In MorphGeometry.cpp, UpdateMorph::link now links channels of the same index to the same target. Previously a new FloatTarget was created for each channel, so multiple animations didn't work. 2009-10-01 17:08:16 +00:00
Timeline Replaced forward declarations 2009-06-17 16:54:39 +00:00
TimelineAnimationManager From Cedric Pinson and Jeremey Moles, Changes to OpenSceneGraph-osgWidget-dev branch. 2008-12-16 20:29:00 +00:00
UpdateCallback Fixed warning 2009-09-25 18:03:49 +00:00
Vec3Packed Fixes for doxgen warnings 2009-02-11 10:41:55 +00:00
VertexInfluence From Cedric Pinson, remove unsused method in Bone class\nadd namespace osgAnimation for Timeline constructors\nadd OSGANIMATION_EXPORT on VertexInfluence and Timeline class 2009-04-10 15:30:02 +00:00