mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
some more changes; add some interface functions
This commit is contained in:
@@ -36,5 +36,12 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void FromLightShare(RegionLightShareData wl);
|
||||
RegionLightShareData ToLightShare();
|
||||
byte[] GetDefaultAssetData(int type);
|
||||
|
||||
int GetRegionDayLength();
|
||||
int GetRegionDayOffset();
|
||||
Vector3 GetRegionSunDir(float altitude);
|
||||
Quaternion GetRegionSunRot(float altitude);
|
||||
Vector3 GetRegionMoonDir(float altitude);
|
||||
Quaternion GetRegionMoonRot(float altitude);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user