SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
source
Game
Camera
CameraTowerPos.cpp
1
#include "Game/Camera/CameraTowerPos.hpp"
2
#include "Game/Camera/CamTranslatorTowerPos.hpp"
3
4
CameraTowerPos::CameraTowerPos(
const
char
*pName) :
CameraTowerBase
(pName) {
5
mWPoint.x = 0.0f;
6
mWPoint.y = 0.0f;
7
mWPoint.z = 0.0f;
8
mAxis.x = 0.0f;
9
mAxis.y = 1.0f;
10
mAxis.z = 0.0f;
11
mAngleA = 0.0f;
12
mAngleB = 0.0f;
13
mUpX = 1000.0f;
14
mUpY = 0.5f;
15
_94 = 0.0f;
16
_98 = 0.0f;
17
_9C = 0.0f;
18
}
19
20
CameraTowerPos::~CameraTowerPos() {
21
22
}
23
24
CamTranslatorBase
*CameraTowerPos::createTranslator() {
25
return
new
CamTranslatorTowerPos
(
this
);
26
}
CamTranslatorBase
Definition
Camera.hpp:14
CamTranslatorTowerPos
Definition
CamTranslatorTowerPos.hpp:5
CameraTowerBase
Definition
CameraTowerBase.hpp:5
Generated by
1.10.0