* Fixed a slight issue with the LLRAW exporter.

* Linden uses a neutral height channel of 128.0 on their multiplier. OpenSim was using a neutral of 127.0 - this has been changed to 128.0, this may cause files exported to the .RAW format to look slightly different when loaded back in - it is highly recommended to use the R32 format instead which avoids these sorts of issues.
* Made a tweak to the Terrain Plugin loading process.
This commit is contained in:
Adam Frisby
2008-05-28 23:52:24 +00:00
parent 1d38510bd2
commit 3c47fd2cb2
2 changed files with 4 additions and 3 deletions

View File

@@ -279,7 +279,8 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
}
else
{
m_log.Warn("E ... " + pluginName + " (Skipping)");
m_plugineffects[pluginName] = effect;
m_log.Warn("E ... " + pluginName + " (Replaced)");
}
}
}