Method | Description | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
ClearWebCachedImages ( int regionX, int regionY, int sizeX, int sizeY ) : void |
Clears the web cached images.
|
|
ClearWorldviewCachedImages ( UUID regionID ) : void | ||
Close ( ) : void | ||
CreateMapTile ( |
||
CreateMapTile ( byte &terrain, byte &map ) : void | ||
CreateMapTileAsync ( object worthless ) : void | ||
CreateTerrainTexture ( ) : void |
Create a terrain texture for this scene
|
|
CreateTerrainTexture ( bool forced ) : void |
Create a terrain texture for this scene
|
|
CreateViewImage ( System.Vector3 camPos, System.Vector3 camDir, float fov, int width, int height, bool useTextures ) : |
||
CreateViewTileImage ( int size ) : |
||
Dispose ( ) : void | ||
HandleUpdateWorldMapConsoleCommand ( IScene scene, string cmdparams ) : void |
Update the world map
|
|
Initialise ( IConfigSource source ) : void | ||
RegenerateMaptile ( string ID, byte data ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void | ||
SetUpTimers ( ) : void | ||
StartupComplete ( IScene scene, List |
||
UpdateWorldMaps ( ) : void |
Method | Description | |
---|---|---|
CreateMapTileAsyncCompleted ( IAsyncResult iar ) : void |
Method | Description | |
---|---|---|
DeserializeCache ( string file ) : bool | ||
DrawObjectVolume ( IScene whichScene, |
||
GenerateOverlay ( ) : byte[] |
Generates the overlay.
|
|
GetEncoderInfo ( string mimeType ) : System.Drawing.Imaging.ImageCodecInfo | ||
OnTimedCreateNewMapImage ( object source, System.Timers.ElapsedEventArgs e ) : void | ||
OnUpdateRegion ( object source, System.Timers.ElapsedEventArgs e ) : void | ||
OverlayBitmapText ( Image bMap, string overlayText ) : |
||
ReadCacheMap ( ) : void | ||
SaveCache ( ) : void | ||
SerializeCache ( ) : OSDMap | ||
computeAverageColor ( |
||
computeAverageColor ( UUID textureID, Color defaultColor ) : Color | ||
fetchTexture ( UUID id ) : |
||
project ( System.Vector3 point3d, System.Vector3 originpos ) : Point |
public ClearWebCachedImages ( int regionX, int regionY, int sizeX, int sizeY ) : void | ||
regionX | int | Region x. |
regionY | int | Region y. |
sizeX | int | |
sizeY | int | |
return | void |
public ClearWorldviewCachedImages ( UUID regionID ) : void | ||
regionID | UUID | |
return | void |
public CreateMapTile ( |
||
terrainBMP | ||
mapBMP | ||
return | void |
public CreateMapTile ( byte &terrain, byte &map ) : void | ||
terrain | byte | |
map | byte | |
return | void |
public CreateMapTileAsync ( object worthless ) : void | ||
worthless | object | |
return | void |
protected CreateMapTileAsyncCompleted ( IAsyncResult iar ) : void | ||
iar | IAsyncResult | |
return | void |
public CreateTerrainTexture ( bool forced ) : void | ||
forced | bool | |
return | void |
public CreateViewImage ( System.Vector3 camPos, System.Vector3 camDir, float fov, int width, int height, bool useTextures ) : |
||
camPos | System.Vector3 | |
camDir | System.Vector3 | |
fov | float | |
width | int | |
height | int | |
useTextures | bool | |
return |
public CreateViewTileImage ( int size ) : |
||
size | int | |
return |
public HandleUpdateWorldMapConsoleCommand ( IScene scene, string cmdparams ) : void | ||
scene | IScene | |
cmdparams | string | |
return | void |
public Initialise ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |
public RegenerateMaptile ( string ID, byte data ) : void | ||
ID | string | |
data | byte | |
return | void |
public StartupComplete ( IScene scene, List |
||
scene | IScene | |
data | List |
|
return | void |