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

Go to the source code of this file.

Classes

class  APDYNAMICART::PoA
 PoA (Piece of Art) More...
 

Namespaces

namespace  APDYNAMICART
 

Typedefs

typedef osg::ref_ptr< PoA > APDYNAMICART::ref_ptr_PoA
 type: reference pointer to PoA More...
 

Enumerations

enum  APDYNAMICART::PoAType {
  APDYNAMICART::POA__DUMMY = -1, APDYNAMICART::POA__BRUSH_STROKE = 1, APDYNAMICART::POA__MOTION_TRAIL, APDYNAMICART::POA__CHAOTIC_ATTRACTOR,
  APDYNAMICART::POA__PERLIN_LINE, APDYNAMICART::POA__STRING_SCULPTURES, APDYNAMICART::POA__POLYHEDRA_SCULPTURES
}
 Types of PoA. More...
 
enum  APDYNAMICART::PoAUpdateType {
  APDYNAMICART::POA__UPDATE_NONE = 0, APDYNAMICART::POA__UPDATE_DELETE = 1, APDYNAMICART::POA__UPDATE_RENDER, APDYNAMICART::POA__UPDATE_COLOR_CHANGE,
  APDYNAMICART::POA__UPDATE_DYNAMIC, APDYNAMICART::POA__MT_SAMPLING
}
 Types of updates of PoA. More...