Add documentation on default or Warp3D image module choice to OpenSim.ini.example.
As before, default is MapImageModule. Thanks to Ai Austin for pointing out this omission.user_profiles
parent
80c19b7cac
commit
917c1695a1
|
@ -338,6 +338,12 @@
|
|||
|
||||
|
||||
[Map]
|
||||
;# {MapImageModule} [] {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule
|
||||
;; The module to use in order to generate map images.
|
||||
;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can
|
||||
;; generate better images.
|
||||
;MapImageModule = "MapImageModule"
|
||||
|
||||
;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
|
||||
;; Map tile options. You can choose to generate normal maptiles or nominate an uploaded texture to
|
||||
;; be the map tile using the MaptileStaticUUID parameter in this section or for individual regions in
|
||||
|
|
Loading…
Reference in New Issue