1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
; ------------------------------------------------------------------------------
; Commandes initiales
; ------------------------------------------------------------------------------
[INITIAL]
size = 0
; ------------------------------------------------------------------------------
; Commandes spécifiques
; ------------------------------------------------------------------------------
[SPECIFIC]
; Atmosphere
1/name = "LandscapeMgr.atmosphereDisplayed"
1/type = bool
1/defaultValue = true
1/propagation = MANUAL
1/label = Atmosphere
; Equatorial grid
2/name = "GridLinesMgr.equatorGridDisplayed"
2/type = bool
2/defaultValue = false
2/propagation = MANUAL
2/label = Equatorial grid
; Azimuthal grid
3/name = "GridLinesMgr.azimuthalGridDisplayed"
3/type = bool
3/defaultValue = false
3/propagation = MANUAL
3/label = Azimuthal grid
size = 3
|