mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 14:56:19 +08: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