Small camera updates (#1460, LYN-2315)

* add interpolation for goto position/orientation

* resize default camera look-at point
This commit is contained in:
Tom Hulton-Harrop
2021-06-22 12:53:20 +01:00
committed by GitHub
parent 706cf0e9c3
commit dc343e2b65
4 changed files with 44 additions and 9 deletions
@@ -32,7 +32,7 @@ namespace AtomToolsFramework
nullptr,
AZ::ConsoleFunctorFlags::Null,
"");
AZ_CVAR(float, ed_cameraSystemOrbitPointSize, 0.5f, nullptr, AZ::ConsoleFunctorFlags::Null, "");
AZ_CVAR(float, ed_cameraSystemOrbitPointSize, 0.1f, nullptr, AZ::ConsoleFunctorFlags::Null, "");
// debug
void DrawPreviewAxis(AzFramework::DebugDisplayRequests& display, const AZ::Transform& transform, const float axisLength)