VR-Vantage API Documentation
DtDecalModel.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/vrvCore.h>
13 
14 #include <vrvCore/DtModel.h>
15 
16 #include <matrix/vlVector.h>
17 
18 namespace makVrv
19 {
20 
21  class DtDecalModelInstance;
22 
26  {
27  public:
28 
30  DtDecalModel( DtDe& de, DtUniqueID id );
31 
33  virtual ~DtDecalModel();
34 
36  virtual void setModelDefinition( const std::string& str ) = 0;
37 
40  virtual std::string className() const = 0;
41 
43  virtual void setOcclusionEnabled( bool enabled ) = 0;
44 
46  virtual void update() = 0;
47 
48  };
49 
50 }


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)