* Committing file loaders - forgot yesterday.

This commit is contained in:
Adam Frisby
2008-02-27 09:35:48 +00:00
parent 28a07ed2e8
commit 906404a14a
3 changed files with 135 additions and 2 deletions

View File

@@ -143,8 +143,9 @@ namespace OpenSim.Region.Environment.Modules.Terrain
m_floodeffects[StandardTerrainEffects.Raise] = new FloodBrushes.RaiseArea();
// Float[256,256] array format (RAW32)
// m_loaders[".r32"] = new FileLoaders.RAW32();
// m_loaders[".f32"] = m_loaders[".r32"];
m_loaders[".r32"] = new FileLoaders.RAW32();
m_loaders[".f32"] = m_loaders[".r32"];
m_loaders[".ter"] = new FileLoaders.Terragen();
}
public void LoadFromFile(string filename)