Updated shared preview fit to camera logic and viewing angle

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-11-15 10:44:13 -06:00
parent 88569948e3
commit 123b422709
2 changed files with 4 additions and 4 deletions
@@ -51,7 +51,7 @@ namespace AZ
static constexpr float NearDist = 0.001f;
static constexpr float FarDist = 100.0f;
static constexpr float FieldOfView = Constants::HalfPi;
static constexpr float CameraRotationAngle = Constants::QuarterPi / 2.0f;
static constexpr float CameraRotationAngle = Constants::HalfPi / 6.0f;
RPI::ScenePtr m_scene;
RPI::ViewPtr m_view;