vector< SLAnimKeyframe * > SLVKeyframe
 
Base class for all animation keyframes.
 
bool operator<(const SLAnimKeyframe &other) const
 
const SLAnimTrack * _parentTrack
owning animation track for this keyframe
 
SLfloat _time
temporal position in local time relative to the keyframes parent clip in seconds
 
SLbool _isValid
is this keyframe in use inside its parent track
 
SLAnimKeyframe(const SLAnimTrack *parent, SLfloat time)
 
Abstract base class for SLAnimationTracks providing time and keyframe functions.
 
The SLScene class represents the top level instance holding the scene structure.