mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 20:03:50 +00:00
tweak: camera defaults stiffness=30, pivot height=1.6
This commit is contained in:
parent
416e091498
commit
b9ac3de498
3 changed files with 5 additions and 5 deletions
|
|
@ -201,8 +201,8 @@ private:
|
|||
float pendingMouseSensitivity = 0.2f;
|
||||
bool pendingInvertMouse = false;
|
||||
bool pendingExtendedZoom = false;
|
||||
float pendingCameraStiffness = 20.0f; // Camera smooth speed (higher = tighter, less sway)
|
||||
float pendingPivotHeight = 1.8f; // Camera pivot height above feet (lower = less detached feel)
|
||||
float pendingCameraStiffness = 30.0f; // Camera smooth speed (higher = tighter, less sway)
|
||||
float pendingPivotHeight = 1.6f; // Camera pivot height above feet (lower = less detached feel)
|
||||
float pendingFov = 70.0f; // degrees, default matches WoW's ~70° horizontal FOV
|
||||
int pendingUiOpacity = 65;
|
||||
bool pendingMinimapRotate = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue