VR-Vantage 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtInstance.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
18 
19 namespace makVrv
20 {
30  {
31  public:
33  DtInstance_64();
34 
36  DtInstance_64(int modelId, const Matrix4_64& xform);
37 
38  public:
40  int myModelId;
41 
44 
45  };
46 
63  {
64  public:
66  DtInstance();
67 
69  DtInstance(const Matrix4_32& xform);
70 
71  protected:
72 
74  };
75 
76  typedef std::vector<DtInstance> Instances;
77 }
78 


Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)