mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Removed and sorted using clauses in a number of files.
* Cleaned up ITerrainChannel * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Paint Brushes * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Fill Brushes * Implemented Export functionality for RAW32 terrain loader * Implemented Import/Export for SLRAW terrain loader * Implemented Export for JPEG terrain loader
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
using System;
|
||||
namespace OpenSim.Region.Environment.Interfaces
|
||||
{
|
||||
public interface ITerrainChannel
|
||||
@@ -34,5 +33,6 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
int Height { get; }
|
||||
double this[int x, int y] { get; set; }
|
||||
int Width { get; }
|
||||
float[] GetFloatsSerialised();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user