15#include <vsg/animation/TransformSampler.h>
16#include <vsg/core/Inherit.h>
17#include <vsg/maths/quat.h>
18#include <vsg/ui/KeyEvent.h>
43 KeySymbol toggleRecordingKey = KEY_r;
44 KeySymbol togglePlaybackKey = KEY_p;
46 bool recording =
false;
48 double simulationTime = 0.0;
49 double startTime = 0.0;
56 void apply(
Camera& camera)
override;
event handler for controlling the playing and recording of camera animation paths
Definition CameraAnimation.h:25
ref_ptr< Object > object
object to track/modify
Definition CameraAnimation.h:31
Path filename
file to read/write to
Definition CameraAnimation.h:34
Definition ApplicationEvent.h:37
KeyPressEvent represents a key press event.
Definition KeyEvent.h:309