diff options
author | onefang | 2020-09-10 21:27:22 +1000 |
---|---|---|
committer | onefang | 2020-09-10 21:27:22 +1000 |
commit | ac4793dd0d7942846b76d307c3d048e9b316954f (patch) | |
tree | 2a4269c0263fa65652094b7c0126b37e88e63794 /bin/config-include/SimDefault.ini | |
parent | Warp3DCachedImageModule from Christopher Latza. (diff) | |
download | opensim-SC-ac4793dd0d7942846b76d307c3d048e9b316954f.zip opensim-SC-ac4793dd0d7942846b76d307c3d048e9b316954f.tar.gz opensim-SC-ac4793dd0d7942846b76d307c3d048e9b316954f.tar.bz2 opensim-SC-ac4793dd0d7942846b76d307c3d048e9b316954f.tar.xz |
Various map generation tweaks.
Fix up Warp3DCachedImageModule to work with my directory structure.
Remove some excess code from it.
Clean up maptile directory creation code.
When the generate map command is given, generate the map.
The month check seems a bit dodgy, but I'll let it ride for now.
Diffstat (limited to 'bin/config-include/SimDefault.ini')
-rw-r--r-- | bin/config-include/SimDefault.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/config-include/SimDefault.ini b/bin/config-include/SimDefault.ini index 3f2e713..5413d9d 100644 --- a/bin/config-include/SimDefault.ini +++ b/bin/config-include/SimDefault.ini | |||
@@ -165,7 +165,7 @@ | |||
165 | ; The module to use in order to generate map images. | 165 | ; The module to use in order to generate map images. |
166 | ; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can | 166 | ; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can |
167 | ; generate better images. | 167 | ; generate better images. |
168 | MapImageModule = "MapImageModule" | 168 | MapImageModule = "Warp3DCachedImageModule" |
169 | 169 | ||
170 | ; World map blacklist timeout in seconds | 170 | ; World map blacklist timeout in seconds |
171 | ;BlacklistTimeout = 600 | 171 | ;BlacklistTimeout = 600 |
@@ -187,10 +187,10 @@ | |||
187 | TexturePrims = true | 187 | TexturePrims = true |
188 | 188 | ||
189 | ; Only texture prims that have a diagonal size greater than this number | 189 | ; Only texture prims that have a diagonal size greater than this number |
190 | TexturePrimSize = 48 | 190 | TexturePrimSize = 1 |
191 | 191 | ||
192 | ; Attempt to render meshes and sculpties on the map | 192 | ; Attempt to render meshes and sculpties on the map |
193 | RenderMeshes = false | 193 | RenderMeshes = true |
194 | 194 | ||
195 | ;UseAntiAliasing = true | 195 | ;UseAntiAliasing = true |
196 | 196 | ||