2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:47:59 +00:00

Add camera loader

This commit is contained in:
Jack Andersen
2016-04-21 17:40:26 -10:00
parent 2260632ac6
commit 484ef1988b
2 changed files with 34 additions and 0 deletions

View File

@@ -41,6 +41,12 @@ class CCameraManager
public:
CCameraManager(TUniqueId curCameraId);
static float DefaultAspect() {return 1.42f;}
static float DefaultFarPlane() {return 750.0f;}
static float DefaultNearPlane() {return 0.2f;}
static float DefaultFirstPersonFOV() {return 55.0f;}
static float DefaultThirdPersonFOV() {return 60.0f;}
void SetSpecialCameras(CFirstPersonCamera& fp, CBallCamera& ball)
{
x7c_fpCamera = &fp;