add llGetCameraAspect and llGetCameraFOV

This commit is contained in:
UbitUmarov
2024-03-28 15:34:03 +00:00
parent 45e49c480f
commit e918888e30
7 changed files with 75 additions and 3 deletions

View File

@@ -648,6 +648,9 @@ namespace OpenSim.Framework
{
Vector3 StartPos { get; set; }
float StartFar { get; set; }
float FOV { get; set; }
int viewHeight { get; set; }
int viewWidth { get; set; }
UUID AgentId { get; }