vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BlockUpdater.h File Reference

Go to the source code of this file.

Classes

class  ArtificialWorld::BlockAttributes
 Atributy bloku. More...
 
class  ArtificialWorld::BlockUpdater
 Abilita, ktera se stara o aktualizaci jednoho bloku, zobrazuje a skryva jeho modely a podbloky. More...
 

Namespaces

namespace  ArtificialWorld
 

Macros

#define SHOWVEC3(v)   "(" << v.x() << ", " << v.y() << ", " << v.z() << ")"
 

Enumerations

enum  ArtificialWorld::BlockAttributesSetEnum { ArtificialWorld::noneSet = 0, ArtificialWorld::centerDirSet = 1, ArtificialWorld::centerPointSet = 2, ArtificialWorld::bothSet = 3 }
 Ktery z atributu bloku je nastaveny. More...
 

Macro Definition Documentation

#define SHOWVEC3 (   v)    "(" << v.x() << ", " << v.y() << ", " << v.z() << ")"