VR-Vantage 2.5 API Documentation
Home
Modules
Namespaces
Classes
Files
Libraries
Examples
Tutorials
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvIndirectRendering
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
12
#include <
vrvIndirectRendering/vrvIndirectRendering.h
>
13
#include <
vrvIndirectRendering/DtGeometrySpecification.h
>
14
15
#include <
vrvGraphicsUtils/DtVector3.h
>
16
#include <
vrvGraphicsUtils/DtVector4.h
>
17
#include <
vrvGraphicsUtils/DtMatrix4.h
>
18
19
namespace
makVrv
20
{
29
class
DT_DLL_VRVINDIRECTRENDERING
DtInstance_64
30
{
31
public
:
33
DtInstance_64
();
34
36
DtInstance_64
(
int
modelId,
const
Matrix4_64
& xform);
37
38
public
:
40
int
myModelId
;
41
43
Matrix4_64
myXForm
;
44
45
};
46
62
class
DT_DLL_VRVINDIRECTRENDERING
DtInstance
63
{
64
public
:
66
DtInstance
();
67
69
DtInstance
(
const
Matrix4_32
& xform);
70
71
protected
:
72
73
Matrix4_32
myXForm
;
74
};
75
76
typedef
std::vector<DtInstance>
Instances
;
77
}
78
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)