[xplanet] folder reorganisation
This commit is contained in:
parent
7cdd780999
commit
f3f9664bc2
0
xplanet/clouds.pl
Normal file → Executable file
0
xplanet/clouds.pl
Normal file → Executable file
227
xplanet/default
227
xplanet/default
@ -1,227 +0,0 @@
|
|||||||
# This file contains options you might want to customize for each
|
|
||||||
# body. It's best to leave this file alone and modify a copy. Use the
|
|
||||||
# -config option to tell xplanet to read your copy.
|
|
||||||
|
|
||||||
[default] # Values in this section apply to all
|
|
||||||
# bodies unless overridden below.
|
|
||||||
|
|
||||||
arc_color=white
|
|
||||||
#arc_file=
|
|
||||||
|
|
||||||
#bump_map=
|
|
||||||
bump_scale=1
|
|
||||||
|
|
||||||
cloud_gamma=1
|
|
||||||
#cloud_map=
|
|
||||||
cloud_ssec=false # true if the cloud map is from the
|
|
||||||
# University of Wisconsin Space
|
|
||||||
# Science and Engineering Center
|
|
||||||
cloud_threshold=90
|
|
||||||
|
|
||||||
color={255,255,255} # fallback color in case an image map
|
|
||||||
# isn't found
|
|
||||||
|
|
||||||
draw_orbit=false # if true, draw this body's orbit
|
|
||||||
# about its primary
|
|
||||||
|
|
||||||
grid=false
|
|
||||||
grid1=6
|
|
||||||
grid2=15
|
|
||||||
|
|
||||||
#image=
|
|
||||||
|
|
||||||
magnify=40 # draw the body as if its radius were
|
|
||||||
# magnified by this factor
|
|
||||||
|
|
||||||
marker_color=red
|
|
||||||
#marker_file=
|
|
||||||
#marker_font=
|
|
||||||
|
|
||||||
max_radius_for_label=3 # don't draw a label if the body's
|
|
||||||
# radius in pixels is more than this
|
|
||||||
|
|
||||||
min_radius_for_label=.01 # don't draw a label if the body's
|
|
||||||
# radius in pixels is less than this
|
|
||||||
|
|
||||||
min_radius_for_markers=40 # don't draw markers if the body's
|
|
||||||
# radius in pixels is less than this
|
|
||||||
|
|
||||||
#night_map=
|
|
||||||
|
|
||||||
orbit={-.5,.5,2} # extent of orbit to draw,
|
|
||||||
# {start, end, delta}, where
|
|
||||||
# start and end are in units of period
|
|
||||||
# of revolution and delta is angular
|
|
||||||
# increment in degrees to evaluate
|
|
||||||
# position
|
|
||||||
|
|
||||||
orbit_color={255,255,255} # color for the orbit
|
|
||||||
|
|
||||||
random_origin=true # Can this body be considered if
|
|
||||||
# -origin random is used?
|
|
||||||
|
|
||||||
random_target=true # Can this body be considered if
|
|
||||||
# -target random is used?
|
|
||||||
|
|
||||||
#satellite_file=
|
|
||||||
|
|
||||||
shade=30 # 0 = black, 100 = same as dayside
|
|
||||||
|
|
||||||
#specular_map=
|
|
||||||
|
|
||||||
text_color={255,0,0} # color for text (markers & body label)
|
|
||||||
|
|
||||||
twilight=6 # blend the day and night images for
|
|
||||||
# pixels within this many degrees of
|
|
||||||
# the terminator
|
|
||||||
|
|
||||||
[sun]
|
|
||||||
"Sun"
|
|
||||||
color={255,255,166}
|
|
||||||
|
|
||||||
max_radius_for_label=0 # never draw a label for the sun
|
|
||||||
|
|
||||||
shade=100 # No night side!
|
|
||||||
|
|
||||||
[mercury]
|
|
||||||
"Mercury"
|
|
||||||
color={100, 100, 100}
|
|
||||||
|
|
||||||
min_radius_for_label=0 # always draw a label
|
|
||||||
|
|
||||||
[venus]
|
|
||||||
"Venus"
|
|
||||||
color={161, 129, 70}
|
|
||||||
|
|
||||||
min_radius_for_label=0
|
|
||||||
|
|
||||||
[earth]
|
|
||||||
"Earth"
|
|
||||||
color={28, 82, 110}
|
|
||||||
cloud_map=clouds.jpg
|
|
||||||
|
|
||||||
# I have day and night maps of Australia centered on Alice Springs,
|
|
||||||
# which are cropped from higher resolution maps.
|
|
||||||
#map=alice_springs.png
|
|
||||||
#night_map=alice_springs_night.png
|
|
||||||
#mapbounds={-1.2,98.7107,-46.2,169.023} # lat1, lon1, lat2, lon2
|
|
||||||
|
|
||||||
#marker_file=earth
|
|
||||||
|
|
||||||
min_radius_for_label=0
|
|
||||||
|
|
||||||
#satellite_file=iss
|
|
||||||
|
|
||||||
[moon]
|
|
||||||
"Moon"
|
|
||||||
color={100, 100, 100}
|
|
||||||
|
|
||||||
[mars]
|
|
||||||
"Mars"
|
|
||||||
color={172, 123, 67}
|
|
||||||
|
|
||||||
min_radius_for_label=0
|
|
||||||
|
|
||||||
[phobos]
|
|
||||||
"Phobos"
|
|
||||||
|
|
||||||
[deimos]
|
|
||||||
"Deimos"
|
|
||||||
|
|
||||||
[jupiter]
|
|
||||||
"Jupiter"
|
|
||||||
color={204, 163, 133}
|
|
||||||
min_radius_for_label=0
|
|
||||||
|
|
||||||
[io]
|
|
||||||
"Io"
|
|
||||||
color={212, 182, 52}
|
|
||||||
|
|
||||||
[europa]
|
|
||||||
"Europa"
|
|
||||||
color={140, 140, 140}
|
|
||||||
|
|
||||||
[ganymede]
|
|
||||||
"Ganymede"
|
|
||||||
color={150, 150, 150}
|
|
||||||
|
|
||||||
[callisto]
|
|
||||||
"Callisto"
|
|
||||||
color={70, 70, 70}
|
|
||||||
|
|
||||||
[saturn]
|
|
||||||
"Saturn"
|
|
||||||
color={244, 199, 134}
|
|
||||||
min_radius_for_label=0
|
|
||||||
|
|
||||||
[mimas]
|
|
||||||
"Mimas"
|
|
||||||
|
|
||||||
[enceladus]
|
|
||||||
"Enceladus"
|
|
||||||
|
|
||||||
[tethys]
|
|
||||||
"Tethys"
|
|
||||||
|
|
||||||
[dione]
|
|
||||||
"Dione"
|
|
||||||
|
|
||||||
[rhea]
|
|
||||||
"Rhea"
|
|
||||||
|
|
||||||
[titan]
|
|
||||||
"Titan"
|
|
||||||
|
|
||||||
color={252,94,7}
|
|
||||||
|
|
||||||
[hyperion]
|
|
||||||
"Hyperion"
|
|
||||||
|
|
||||||
[iapetus]
|
|
||||||
"Iapetus"
|
|
||||||
|
|
||||||
[phoebe]
|
|
||||||
"Phoebe"
|
|
||||||
|
|
||||||
[uranus]
|
|
||||||
"Uranus"
|
|
||||||
|
|
||||||
color={105, 197, 238}
|
|
||||||
|
|
||||||
min_radius_for_label=0
|
|
||||||
|
|
||||||
[miranda]
|
|
||||||
"Miranda"
|
|
||||||
|
|
||||||
[ariel]
|
|
||||||
"Ariel"
|
|
||||||
|
|
||||||
[umbriel]
|
|
||||||
"Umbriel"
|
|
||||||
|
|
||||||
[titania]
|
|
||||||
"Titania"
|
|
||||||
|
|
||||||
[oberon]
|
|
||||||
"Oberon"
|
|
||||||
|
|
||||||
[neptune]
|
|
||||||
"Neptune"
|
|
||||||
color={95, 133, 232}
|
|
||||||
|
|
||||||
min_radius_for_label=0
|
|
||||||
|
|
||||||
[triton]
|
|
||||||
"Triton"
|
|
||||||
|
|
||||||
[nereid]
|
|
||||||
"Nereid"
|
|
||||||
|
|
||||||
[pluto]
|
|
||||||
"Pluto"
|
|
||||||
color={206, 180, 153}
|
|
||||||
|
|
||||||
min_radius_for_label=0
|
|
||||||
|
|
||||||
[charon]
|
|
||||||
"Charon"
|
|
Loading…
Reference in New Issue
Block a user