VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMovablePolygonModel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "exampleBulletHole.h"
12 #include <vrvCore/DtUniqueID.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtOsgSceneConnector;
21 
26  : public DtOsgPolygonModel
27  {
28  public:
31  {
32  public:
35  {
36  }
37 
39  {
40  }
41 
43  virtual void addToConnector( DtOsgSceneConnector* connector );
44  };
45 
47 
48  virtual ~DtMovablePolygonModel();
49 
51  virtual void setVisible(bool isVisible);
52 
55  virtual void setPosition( int vtx, const DtVector& position );
56 
59  virtual void setOrientation( int vtx, const DtTaitBryan& orientation );
60 
61  protected:
63  virtual void update();
64  };
65 }
Model instance to draw a polygon.
Definition: DtPolygonModelInstance.h:31
Contains makVrv::DtPolygonModelInstance class.
DtOsgSceneConnector is used by models to create an OSG position/orientation transform so that it can ...
Definition: DtOsgSceneConnector.h:77
#define DT_DLL_EXAMPLEBULLETHOLE
Definition: exampleBulletHole.h:18
Contains DLL export macros.
DtMovablePolygonModelInstance(DtDe &de)
Definition: DtMovablePolygonModel.h:33
Contains makVrv::DtOsgSceneConnector class.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
OSG implementation of distributed attachable polygon model.
Definition: DtOsgPolygonModel.h:28
virtual ~DtMovablePolygonModelInstance()
Definition: DtMovablePolygonModel.h:38
Extended polygon model instance including texture bugfixes.
Definition: DtMovablePolygonModel.h:30
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Polygon model modified to use vertex 0 as its center position and orientation, and positions its vert...
Definition: DtMovablePolygonModel.h:25
Contains makVrv::DtOsgPolygonModel class.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)