change defauld fov

This commit is contained in:
UbitUmarov
2025-08-17 01:31:28 +01:00
parent 15dc813fae
commit 430c5ee9ce

View File

@@ -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;