vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
subblock_animation.h File Reference
#include <osg/Vec3>
#include <osg/Quat>
#include <osg/Node>
#include <vector>
#include "awHelper.h"

Go to the source code of this file.

Classes

class  ArtificialWorld::AnimationPoint
 Trida reprezentujici jeden bod animace a stav (pozice, rotace, zvetseni, alfa, maska) objektu v tomto bode. More...
 
class  ArtificialWorld::SubBlockAnimation
 Trida reprezentujici animaci bloku. More...
 

Namespaces

namespace  ArtificialWorld
 

Enumerations

enum  ArtificialWorld::AnimationType { ArtificialWorld::ScaleRotateTranslation = 1, ArtificialWorld::Alpha = 2, ArtificialWorld::NodeMask = 4 }
 Typ animace bloku. More...
 
enum  ArtificialWorld::AnimationLoopType { ArtificialWorld::NoLoop, ArtificialWorld::Simple, ArtificialWorld::BiDirectional }
 Typ opakovani animace. More...
 
enum  ArtificialWorld::AnimationInterpolationType { ArtificialWorld::Linear, ArtificialWorld::Sine }
 Typ interpolace mezi jednotlivymi body animace. More...