1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 12:35:46 +00:00

Adjust third person camera height and default distance to match vanilla MW

This commit is contained in:
scrawl 2014-10-01 17:45:20 +02:00
parent ee8b85aa2c
commit 46adf6344a

View File

@ -26,8 +26,8 @@ namespace MWRender
mNearest(30.f), mNearest(30.f),
mFurthest(800.f), mFurthest(800.f),
mIsNearest(false), mIsNearest(false),
mHeight(128.f), mHeight(124.f),
mCameraDistance(300.f), mCameraDistance(192.f),
mDistanceAdjusted(false), mDistanceAdjusted(false),
mVanityToggleQueued(false), mVanityToggleQueued(false),
mViewModeToggleQueued(false) mViewModeToggleQueued(false)