vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PS_FlatShape.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 namespace APDYNAMICART
11 {
12 
13 class PS_FlatShape : public osg::Geode
14 {
15 public:
16 
17 
18 private:
19 
20 
21 };
22 
23 typedef osg::ref_ptr<PS_FlatShape> PS_FlatShapePtr;
24 
25 }