fix(camera): port retail offset adjustment laws
This commit is contained in:
parent
cb22691beb
commit
90eba0ec3c
7 changed files with 212 additions and 61 deletions
|
|
@ -73,8 +73,9 @@ public static class CameraDiagnostics
|
|||
|
||||
/// <summary>
|
||||
/// Per-second rate that held-key offset adjustments
|
||||
/// (CameraZoomIn/Out, CameraRaise/Lower) integrate into the
|
||||
/// camera's Distance / Pitch. Retail default 40.0.
|
||||
/// (CameraZoomIn/Out, CameraRaise/Lower) feed into retail's
|
||||
/// multiplicative zoom / eight-degree offset rotation. Retail
|
||||
/// <c>CameraManager::CameraManager @ 0x0045710A</c> sets 40.0.
|
||||
/// </summary>
|
||||
public static float CameraAdjustmentSpeed { get; set; } = 40.0f;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue