diff options
author | Melanie | 2010-10-06 05:44:19 +0100 |
---|---|---|
committer | Melanie | 2010-10-06 05:44:19 +0100 |
commit | d45276b3f6a309f77ddfac1e83dbe2db377883fa (patch) | |
tree | bb01ca2c342a630be049aee0c62451fe198766c8 /OpenSim/Region/Framework/Interfaces | |
parent | Convert worldview to GET (diff) | |
download | opensim-SC-d45276b3f6a309f77ddfac1e83dbe2db377883fa.zip opensim-SC-d45276b3f6a309f77ddfac1e83dbe2db377883fa.tar.gz opensim-SC-d45276b3f6a309f77ddfac1e83dbe2db377883fa.tar.bz2 opensim-SC-d45276b3f6a309f77ddfac1e83dbe2db377883fa.tar.xz |
Add and plumb the usetex URL parameter to worldview. Required but not yet
functional
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ITerrain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ITerrain.cs b/OpenSim/Region/Framework/Interfaces/ITerrain.cs index 38cf020..815a2d8 100644 --- a/OpenSim/Region/Framework/Interfaces/ITerrain.cs +++ b/OpenSim/Region/Framework/Interfaces/ITerrain.cs | |||
@@ -75,7 +75,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
75 | public interface IMapImageGenerator | 75 | public interface IMapImageGenerator |
76 | { | 76 | { |
77 | System.Drawing.Bitmap CreateMapTile(); | 77 | System.Drawing.Bitmap CreateMapTile(); |
78 | System.Drawing.Bitmap CreateViewImage(Vector3 camPos, Vector3 camDir, float fov, int width, int height); | 78 | System.Drawing.Bitmap CreateViewImage(Vector3 camPos, Vector3 camDir, float fov, int width, int height, bool useTextures); |
79 | byte[] WriteJpeg2000Image(); | 79 | byte[] WriteJpeg2000Image(); |
80 | } | 80 | } |
81 | } | 81 | } |