mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
add llGetCameraAspect and llGetCameraFOV
This commit is contained in:
@@ -525,7 +525,9 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
}
|
||||
|
||||
public float StartFar { get; set; }
|
||||
|
||||
public float FOV { get; set; } = 1.25f;
|
||||
public int viewHeight { get; set; } = 480;
|
||||
public int viewWidth { get; set; } = 640;
|
||||
public bool TryGet<T>(out T iface)
|
||||
{
|
||||
iface = default(T);
|
||||
|
||||
Reference in New Issue
Block a user