vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ArtificialWorld::AnimationPoint Class Reference

Trida reprezentujici jeden bod animace a stav (pozice, rotace, zvetseni, alfa, maska) objektu v tomto bode. More...

#include <subblock_animation.h>

Public Member Functions

 AnimationPoint ()
 
 AnimationPoint (osg::Vec3 trans, osg::Quat rot, osg::Vec3 scal, float alfa, osg::Node::NodeMask nmask)
 

Public Attributes

osg::Vec3 translation
 pozice More...
 
osg::Quat rotation
 rotace More...
 
osg::Vec3 scale
 zvetseni More...
 
float alpha
 alfa More...
 
osg::Node::NodeMask nodeMask
 maska More...
 
bool translationSet
 nastavena pozice? More...
 
bool rotationSet
 nastavena rotace? More...
 
bool scaleSet
 nastaveno zvetseni? More...
 
bool alphaSet
 nastavena alfa? More...
 
bool nodeMaskSet
 nastavena maska? More...
 

Detailed Description

Trida reprezentujici jeden bod animace a stav (pozice, rotace, zvetseni, alfa, maska) objektu v tomto bode.

Constructor & Destructor Documentation

ArtificialWorld::AnimationPoint::AnimationPoint ( )
inline
ArtificialWorld::AnimationPoint::AnimationPoint ( osg::Vec3  trans,
osg::Quat  rot,
osg::Vec3  scal,
float  alfa,
osg::Node::NodeMask  nmask 
)
inline

Member Data Documentation

float ArtificialWorld::AnimationPoint::alpha

alfa

bool ArtificialWorld::AnimationPoint::alphaSet

nastavena alfa?

osg::Node::NodeMask ArtificialWorld::AnimationPoint::nodeMask

maska

bool ArtificialWorld::AnimationPoint::nodeMaskSet

nastavena maska?

osg::Quat ArtificialWorld::AnimationPoint::rotation

rotace

bool ArtificialWorld::AnimationPoint::rotationSet

nastavena rotace?

osg::Vec3 ArtificialWorld::AnimationPoint::scale

zvetseni

bool ArtificialWorld::AnimationPoint::scaleSet

nastaveno zvetseni?

osg::Vec3 ArtificialWorld::AnimationPoint::translation

pozice

bool ArtificialWorld::AnimationPoint::translationSet

nastavena pozice?


The documentation for this class was generated from the following file: