Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-10-06 00:27:10 +01:00
38 changed files with 90 additions and 30167 deletions

View File

@@ -26,6 +26,7 @@
*/
using OpenSim.Framework;
using OpenMetaverse;
namespace OpenSim.Region.Framework.Interfaces
{
@@ -74,6 +75,7 @@ namespace OpenSim.Region.Framework.Interfaces
public interface IMapImageGenerator
{
System.Drawing.Bitmap CreateMapTile();
System.Drawing.Bitmap CreateViewImage(Vector3 camPos, Vector3 camDir, float fov, int width, int height);
byte[] WriteJpeg2000Image();
}
}