YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
CenteredCameraController.cpp
Go to the documentation of this file.
1
#include "
YAPOG/Graphics/CenteredCameraController.hpp
"
2
#include "
YAPOG/Graphics/ICamera.hpp
"
3
#include "
YAPOG/Graphics/ISpatial.hpp
"
4
5
namespace
yap
6
{
7
CenteredCameraController::CenteredCameraController
(
ICamera
& camera)
8
:
CameraController
(camera)
9
{
10
}
11
12
CenteredCameraController::~CenteredCameraController
()
13
{
14
}
15
16
void
CenteredCameraController::HandleFocusTarget
()
17
{
18
CenterOnTarget
();
19
}
20
21
void
CenteredCameraController::HandleUpdate
(
const
Time
& dt)
22
{
23
CenterOnTarget
();
24
}
25
}
// namespace yap
YAPOG
src
YAPOG
Graphics
CenteredCameraController.cpp
Generated on Mon Sep 17 2012 22:24:25 for YAPOG by
1.8.1.1