mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Add and plumb the usetex URL parameter to worldview. Required but not yet
functional
This commit is contained in:
@@ -75,7 +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);
|
||||
System.Drawing.Bitmap CreateViewImage(Vector3 camPos, Vector3 camDir, float fov, int width, int height, bool useTextures);
|
||||
byte[] WriteJpeg2000Image();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user