İlk yürütme

This commit is contained in:
2026-08-02 22:34:52 +03:00
commit 26bde15faa
601 changed files with 4420 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include "firstCameraManager.h"
AfirstCameraManager::AfirstCameraManager()
{
// set the min/max pitch
ViewPitchMin = -70.0f;
ViewPitchMax = 80.0f;
}