LuciadCPillar 2024.0.08
|
Animations API. More...
Classes | |
class | luciad::AnimationManager |
Class that starts, updates and stops luciad::IAnimation objects that are assigned to it. More... | |
class | luciad::IAnimation |
An animation that can be added to AnimationManager . More... | |
Animations API.
Provides a simple animation framework. Animations are created by implementing the luciad::IAnimation
interface, and played back using luciad::AnimationManager
.