VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtScribeBoxModel.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtModel.h>
14 
15 namespace makVrv
16 {
17 
23  {
24  public:
25 
27  DtScribeBoxModel( DtDe& de, DtUniqueID id );
28 
30  virtual ~DtScribeBoxModel();
31 
33  virtual void setColor( float r, float g, float b, float alpha ) = 0;
34 
36  virtual void setLineWidth( double lineWidth ) = 0;
37 
39  virtual void setOccluded(bool) = 0;
40 
44  virtual void setLineSmoothing(bool) = 0;
45 
48  virtual void setModelScalingEnabled( bool b ) = 0;
49 
51  virtual void setLocalModelScalingEnabled( bool enabled ) = 0;
52 
54  virtual void setLocalModelScalingAmount( float localScale ) = 0;
55 
56  };
57 
58 }
This is the abstract interface for a model class that is used to create attachable line objects...
Definition: DtScribeBoxModel.h:22
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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:55
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:70
Contains DLL export macros.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)