RAMSES Documentation  27.0.130
Information for RAMSES users and developers
AnimationSystemEnums.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2015 BMW Car IT GmbH
3 // -------------------------------------------------------------------------
4 // This Source Code Form is subject to the terms of the Mozilla Public
5 // License, v. 2.0. If a copy of the MPL was not distributed with this
6 // file, You can obtain one at https://mozilla.org/MPL/2.0/.
7 // -------------------------------------------------------------------------
8 
9 #ifndef RAMSES_ANIMATIONSYSTEMENUMS_H
10 #define RAMSES_ANIMATIONSYSTEMENUMS_H
11 
12 
13 namespace ramses
14 {
15 
18  {
22  };
23 
24 }
25 
26 #endif
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
EAnimationSystemFlags
AnimationSystem creation flags.
Definition: AnimationSystemEnums.h:18
@ EAnimationSystemFlags_Default
Definition: AnimationSystemEnums.h:19
@ EAnimationSystemFlags_ClientSideProcessing
Definition: AnimationSystemEnums.h:20
@ EAnimationSystemFlags_SynchronizedClock
uses a synchronized time source for realtime animations (for renderer and client running on different...
Definition: AnimationSystemEnums.h:21