SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
Camera
CameraPoseParam.hpp
1
#pragma once
2
3
#include "revolution.h"
4
#include "JSystem/JGeometry/TVec.hpp"
5
6
class
CameraPoseParam
{
7
public
:
8
CameraPoseParam
();
9
10
void
copyFrom(
const
CameraPoseParam
&);
11
12
TVec3f _0;
13
TVec3f _C;
14
TVec3f _18;
15
TVec3f _24;
16
f32 _30;
17
TVec3f _34;
18
TVec3f _40;
19
f32 _4C;
20
f32 _50;
21
f32 _54;
22
};
CameraPoseParam
Definition
CameraPoseParam.hpp:6
Generated by
1.10.0