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
InteriorInteractionModelAnimator.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Interiors.h"
6
#include "Types.h"
7
8
9
namespace
Eegeo
10
{
11
namespace
Resources
12
{
13
namespace
Interiors
14
{
15
class
InteriorInteractionModelAnimator
:
private
Eegeo::NonCopyable
16
{
17
public
:
18
InteriorInteractionModelAnimator
(
InteriorInteractionModel
& interiorInteractionModel,
19
float
decayHalfLife,
20
float
expandTimeSeconds);
21
22
void
Update(
float
dt);
23
private
:
24
InteriorInteractionModel
& m_interiorInteractionModel;
25
26
const
float
m_decayHalfLife;
27
const
float
m_expandTimeSeconds;
28
};
29
}
30
}
31
}
Generated on Sat Jun 10 2023 02:00:32 for eeGeo Platform SDK by
1.8.3.1