VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtArticulatingCylinderModel.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 
11 #include <vrvCore/DtModel.h>
12 
13 namespace makVrv
14 {
18  {
19  public:
22 
24  virtual ~DtArticulatingCylinderModel();
25 
27  virtual void setDimensions(double x, double y, double z) = 0;
28 
30  virtual void setColor(float r,float g,float b,float a) = 0;
31 
33  virtual void setLightingEnabled( bool enabled ) = 0;
34  };
35 }
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtModel class.
A model which owns a single model instance. A DtModel is a managing container for a single DtModelIns...
Definition: DtModel.h:56
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
Distributed model for drawing cylinders with attached endpoints.
Definition: DtArticulatingCylinderModel.h:17

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)