change get terrain height

This commit is contained in:
UbitUmarov
2023-02-09 17:56:10 +00:00
parent 3095cf3159
commit a0165816de
6 changed files with 76 additions and 88 deletions

View File

@@ -38,6 +38,7 @@ namespace OpenSim.Region.Framework.Interfaces
float this[int x, int y] { get; set; }
float GetHeight(float x, float y);
float GetHeightAtXYZ(float x, float y, float z);
// Return the packaged terrain data for passing into lower levels of communication