Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Resources
Interiors
Entities
InteriorsEntityGeometryView.h
1
// Copyright eeGeo Ltd (2012-2015), All Rights Reserved
2
3
#pragma once
4
5
#include "Interiors.h"
6
#include "Rendering.h"
7
#include "VectorMath.h"
8
9
namespace
Eegeo
10
{
11
namespace
Resources
12
{
13
namespace
Interiors
14
{
15
namespace
Entities
16
{
17
class
InteriorsEntityGeometryView
18
{
19
public
:
20
InteriorsEntityGeometryView
(
InteriorsEntityModel
& interiorsEntityModel,
Rendering::Renderables::InteriorFloorRenderable
* pEntityRenderable,
21
const
dv3
&ecefEntityPosition,
const
m44
& modelToWorld);
22
~
InteriorsEntityGeometryView
();
23
24
const
InteriorsEntityModel
& GetInteriorsEntityModel()
const
;
25
Rendering::Renderables::InteriorFloorRenderable
& GetRenderable()
const
;
26
27
const
dv3
& GetEntityPosition()
const
28
{
29
return
m_ecefEntityPosition;
30
}
31
32
m44
GetModelToWorld()
const
33
{
34
return
m_modelToWorld;
35
}
36
37
private
:
38
m44
m_modelToWorld;
39
dv3
m_ecefEntityPosition;
40
InteriorsEntityModel
& m_interiorsEntityModel;
41
Rendering::Renderables::InteriorFloorRenderable
* m_pEntityRenderable;
42
};
43
}
44
}
45
}
46
}
Generated on Sat Jun 10 2023 02:00:32 for eeGeo Platform SDK by
1.8.3.1