Warp3DImageModule
From OpenSimulator
(Difference between revisions)
(Initial page on Warp3DImageModule) |
m |
||
Line 5: | Line 5: | ||
Include in OpenSim.ini [Startup] section: | Include in OpenSim.ini [Startup] section: | ||
− | |||
MapImageModule = Warp3DImageModule | MapImageModule = Warp3DImageModule | ||
TextureOnMapTile = true | TextureOnMapTile = true | ||
Line 12: | Line 11: | ||
Then use requests of this form for each of your regions... | Then use requests of this form for each of your regions... | ||
− | http://regionserver:port/index.php?method= | + | http://regionserver:port/index.php?method=regionImageUUID |
Get the region UUID for each region you want to get the map tile | Get the region UUID for each region you want to get the map tile |
Revision as of 00:08, 11 April 2011
Improved rendering of the OpenSim.ini map tiles is ppssible by usimng "Warp3DImageModule" for the MapImageModule for any region server. The Warp3dRender engine is included in the standard OpenSim build (from version 0.7.1).
Include in OpenSim.ini [Startup] section: MapImageModule = Warp3DImageModule TextureOnMapTile = true DrawPrimOnMapTile = true
Then use requests of this form for each of your regions...
http://regionserver:port/index.php?method=regionImageUUID
Get the region UUID for each region you want to get the map tile for... then use the Opensim.exe running host name and port you are using for that (usually the port for the first region in that instance). Note its NOT the Robust port if you are using a grid, its the region server port. Then add the UUID directly with all hyphens removed won the end of the URL root.