mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00:00
change defauld fov
This commit is contained in:
@@ -410,7 +410,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
set { m_startpos = value; }
|
||||
}
|
||||
public float StartFar { get; set; }
|
||||
public float FOV { get; set; } = 1.25f;
|
||||
public float FOV { get; set; } = 1.04f;
|
||||
public int viewHeight { get; set; } = 480;
|
||||
public int viewWidth { get; set; } = 640;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user