Small camera updates (#1460, LYN-2315)
* add interpolation for goto position/orientation * resize default camera look-at point
This commit is contained in:
committed by
GitHub
parent
706cf0e9c3
commit
dc343e2b65
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user