mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
llSetStatus is suposed to accept a mask to set several things true or false on one call
This commit is contained in:
@@ -5559,8 +5559,7 @@ Environment.Exit(1);
|
||||
|
||||
// Get terrain height at the specified <x,y> location.
|
||||
// Presumes the underlying implementation is a heightmap which is a 1m grid.
|
||||
// Finds heightmap grid points before and after the point and
|
||||
// does a linear approximation of the height at this intermediate point.
|
||||
|
||||
public float GetGroundHeight(float x, float y)
|
||||
{
|
||||
return Heightmap.GetHeight(x, y);
|
||||
|
||||
Reference in New Issue
Block a user