VR-Forces 4.2 Class Documentation
MyObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtDe.h>
13 #include <vrvCore/DtUniqueID.h>
14 
15 #include <osg/PositionAttitudeTransform>
16 
17 #include <string>
18 
24 class MyObject
25 {
26 
27 public:
28 
31  MyObject(makVrv::DtDe& de, makVrv::DtUniqueID id);
32 
34  virtual ~MyObject();
35 
38  void createModel();
39 
41  void setRotationAngle(double rotationAngleInDegrees);
42 
43 protected:
44 
45  makVrv::DtDe& myDe;
46  osg::ref_ptr<osg::PositionAttitudeTransform> myPat;
47 
48 };

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)