#include <vhdOSGViewerService/vhdExport.h>
#include <libvhdMath/vhdVector3.h>
#include <libvhdMath/vhdQuaternion.h>
#include <vhdProperty/vhdProperty.h>
#include <vhdOSGViewerService/vhdIOSGDrawableProperty.h>
#include <libvhdCommonProperty/vhdIMovableProperty.h>
Namespaces | |
namespace | osg |
Classes | |
class | vhdOSGGeometryProperty |
Functions | |
vhdCLASS_DECLARATION (vhdOSGGeometryPropertyFactory) | |
vhdCLASS_DECLARATION (vhdOSGGeometryProperty) |
Inside should be following piece of OSG scene graph:
<vhdOSGGeometryProperty name = "cow"> <movableFlag> TRUE </movableFlag> <occluderFlag> FALSE </occluderFlag> <visibleFlag> TRUE </visibleFlag> <file>$(VHDPP_DATA)\objects\osg\cow.osg</file> <position> -2.41 -48.53 1.36 </position> <orientation> 0.0 0.0 1.0 -1.57 </orientation> <scalingFactor> 1.0 </scalingFactor> <numberOfClone> 1 </numberOfClone> <cloneShareGeomFlag>TRUE</cloneShareGeomFlag> <yupFlag>FALSE</yupFlag> </vhdOSGGeometryProperty>
vhdCLASS_DECLARATION | ( | vhdOSGGeometryProperty | ) |
vhdCLASS_DECLARATION | ( | vhdOSGGeometryPropertyFactory | ) |