Browse Source

SceneGraph: note the Animation API in the Animable class docs.

pull/272/head
Vladimír Vondruš 8 years ago
parent
commit
5cb518a54e
  1. 6
      src/Magnum/SceneGraph/Animable.h

6
src/Magnum/SceneGraph/Animable.h

@ -65,6 +65,12 @@ MAGNUM_SCENEGRAPH_EXPORT Debug& operator<<(Debug& debug, AnimationState value);
Adds animation feature to object. Each Animable is part of some
@ref AnimableGroup, which takes care of running the animations.
@note
The Animable feature affects only a single object. In many cases you have
animations affecting multiple objects in a scene. See the @ref Animation
namespace and the @ref Animation::Player class in particular for an
alternative API.
@section SceneGraph-Animable-usage Usage
First thing is to add @ref Animable feature to some object and implement

Loading…
Cancel
Save