add textures for remaining 7 planets
|
@ -4,21 +4,20 @@
|
||||||
- https://codeberg.org/hut/outfly
|
- https://codeberg.org/hut/outfly
|
||||||
- 3D models: Original art, placed under the Creative Commons CC0 License
|
- 3D models: Original art, placed under the Creative Commons CC0 License
|
||||||
- Photographs of celestial bodies:
|
- Photographs of celestial bodies:
|
||||||
- Mercury: [By FarGetaNik CC BY-NC-SA 3.0](https://www.deviantart.com/fargetanik/art/Mercury-Texture-Map-16k-708333315)
|
- Mercury: [By Solar System Scope, CC BY 4.0](https://www.solarsystemscope.com/textures/)
|
||||||
- Venus: [By NASA, public domain](https://space.jpl.nasa.gov/tmaps/venus.html)
|
- Venus: [By NASA, public domain](https://space.jpl.nasa.gov/tmaps/venus.html)
|
||||||
- Earth: A simple addition of
|
- Earth: A simple addition of
|
||||||
- [base image, by NASA, public domain](https://visibleearth.nasa.gov/images/74318/april-blue-marble-next-generation-w-topography)
|
- [base image, by NASA, public domain](https://visibleearth.nasa.gov/images/74318/april-blue-marble-next-generation-w-topography)
|
||||||
- [clouds, by NASA, public domain](https://visibleearth.nasa.gov/images/57747/blue-marble-clouds)
|
- [clouds, by NASA, public domain](https://visibleearth.nasa.gov/images/57747/blue-marble-clouds)
|
||||||
- Mars: [By NASA, public domain](https://space.jpl.nasa.gov/tmaps/mars.html)
|
- Mars: [By Solar System Scope, CC BY 4.0](https://www.solarsystemscope.com/textures/)
|
||||||
- Jupiter: By NASA, public domain
|
- Jupiter: By NASA, public domain
|
||||||
- Io: By NASA, public domain
|
- Io: By NASA, public domain
|
||||||
- Europa: By NASA, public domain
|
- Europa: By NASA, public domain
|
||||||
- Ganymede: By NASA, public domain
|
- Ganymede: By NASA, public domain
|
||||||
- Callisto: By NASA, public domain
|
- Callisto: By NASA, public domain
|
||||||
- Saturn: [By Askaniy, CC BY-SA 3.0](https://www.deviantart.com/askaniy/art/Saturn-2011-Texture-Map-738863444)
|
- Saturn: [By Solar System Scope, CC BY 4.0](https://www.solarsystemscope.com/textures/)
|
||||||
- Uranus: [By Askaniy, CC BY-SA 3.0](https://www.deviantart.com/askaniy/art/Uranus-Texture-Map-763551816)
|
- Uranus: [By Askaniy, CC BY-SA 3.0](https://www.deviantart.com/askaniy/art/Uranus-Texture-Map-763551816)
|
||||||
- Neptune: [By Kale4Good, CC BY-NC-ND 3.0](https://www.deviantart.com/kale4good/art/HD-Neptune-Map-Voyager-2-Data-787786304)
|
- Neptune: [By Solar System Scope, CC BY 4.0](https://www.solarsystemscope.com/textures/)
|
||||||
- Pluto: [By FarGetaNik, CC BY-NC-SA 3.0](https://www.deviantart.com/fargetanik/art/Pluto-Color-Map-16k-693675588)
|
|
||||||
- Icon: Creative Commons CC0 License
|
- Icon: Creative Commons CC0 License
|
||||||
- Original sound files:
|
- Original sound files:
|
||||||
- wakeup.ogg: Creative Commons CC0 License
|
- wakeup.ogg: Creative Commons CC0 License
|
||||||
|
|
BIN
assets/textures/earth.jpg
Normal file
After Width: | Height: | Size: 770 KiB |
BIN
assets/textures/mars.jpg
Normal file
After Width: | Height: | Size: 2 MiB |
BIN
assets/textures/mercury.jpg
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
assets/textures/neptune.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
assets/textures/saturn.jpg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
assets/textures/uranus.jpg
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/textures/venus.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
|
@ -5,9 +5,13 @@ actor 0 0 0
|
||||||
sphere yes
|
sphere yes
|
||||||
sun yes
|
sun yes
|
||||||
physics off
|
physics off
|
||||||
actor 0 0 0
|
actor 0 0 0 mercury
|
||||||
name Mercury
|
name Mercury
|
||||||
planet yes
|
planet yes
|
||||||
|
sphere yes
|
||||||
|
physics off
|
||||||
|
scale 1e9
|
||||||
|
rotationx -0.50
|
||||||
orbitaround sol 57.91e9
|
orbitaround sol 57.91e9
|
||||||
actor 0 0 0 orbitring
|
actor 0 0 0 orbitring
|
||||||
scale 57.91e9
|
scale 57.91e9
|
||||||
|
@ -15,9 +19,13 @@ actor 0 0 0
|
||||||
only_in_map_at_dist 1e10 jupiter
|
only_in_map_at_dist 1e10 jupiter
|
||||||
clickable no
|
clickable no
|
||||||
physics off
|
physics off
|
||||||
actor 0 0 0
|
actor 0 0 0 venus
|
||||||
name Venus
|
name Venus
|
||||||
planet yes
|
planet yes
|
||||||
|
sphere yes
|
||||||
|
physics off
|
||||||
|
scale 1e9
|
||||||
|
rotationx -0.50
|
||||||
orbitaround sol 108.21e9
|
orbitaround sol 108.21e9
|
||||||
actor 0 0 0 orbitring
|
actor 0 0 0 orbitring
|
||||||
scale 108.21e9
|
scale 108.21e9
|
||||||
|
@ -25,9 +33,13 @@ actor 0 0 0
|
||||||
only_in_map_at_dist 1e10 jupiter
|
only_in_map_at_dist 1e10 jupiter
|
||||||
clickable no
|
clickable no
|
||||||
physics off
|
physics off
|
||||||
actor 0 0 0
|
actor 0 0 0 earth
|
||||||
name Earth
|
name Earth
|
||||||
planet yes
|
planet yes
|
||||||
|
sphere yes
|
||||||
|
physics off
|
||||||
|
scale 1e9
|
||||||
|
rotationx -0.50
|
||||||
orbitaround sol 149.598023e9
|
orbitaround sol 149.598023e9
|
||||||
actor 0 0 0 orbitring
|
actor 0 0 0 orbitring
|
||||||
scale 149.598023e9
|
scale 149.598023e9
|
||||||
|
@ -35,9 +47,13 @@ actor 0 0 0
|
||||||
only_in_map_at_dist 1e10 jupiter
|
only_in_map_at_dist 1e10 jupiter
|
||||||
clickable no
|
clickable no
|
||||||
physics off
|
physics off
|
||||||
actor 0 0 0
|
actor 0 0 0 mars
|
||||||
name Mars
|
name Mars
|
||||||
planet yes
|
planet yes
|
||||||
|
sphere yes
|
||||||
|
physics off
|
||||||
|
scale 1e9
|
||||||
|
rotationx -0.50
|
||||||
orbitaround sol 227.939366e9
|
orbitaround sol 227.939366e9
|
||||||
actor 0 0 0 orbitring
|
actor 0 0 0 orbitring
|
||||||
scale 227.939366e9
|
scale 227.939366e9
|
||||||
|
@ -191,9 +207,13 @@ actor 0 0 0
|
||||||
only_in_map_at_dist 1e8 callisto
|
only_in_map_at_dist 1e8 callisto
|
||||||
clickable no
|
clickable no
|
||||||
physics off
|
physics off
|
||||||
actor 0 0 0
|
actor 0 0 0 saturn
|
||||||
name Saturn
|
name Saturn
|
||||||
planet yes
|
planet yes
|
||||||
|
sphere yes
|
||||||
|
physics off
|
||||||
|
scale 1e9
|
||||||
|
rotationx -0.50
|
||||||
orbitaround sol 1433.53e9
|
orbitaround sol 1433.53e9
|
||||||
actor 0 0 0 orbitring
|
actor 0 0 0 orbitring
|
||||||
scale 1433.53e9
|
scale 1433.53e9
|
||||||
|
@ -201,9 +221,13 @@ actor 0 0 0
|
||||||
only_in_map_at_dist 1e10 jupiter
|
only_in_map_at_dist 1e10 jupiter
|
||||||
clickable no
|
clickable no
|
||||||
physics off
|
physics off
|
||||||
actor 0 0 0
|
actor 0 0 0 uranus
|
||||||
name Uranus
|
name Uranus
|
||||||
planet yes
|
planet yes
|
||||||
|
sphere yes
|
||||||
|
physics off
|
||||||
|
scale 1e9
|
||||||
|
rotationx -0.50
|
||||||
orbitaround sol 2870.972e9
|
orbitaround sol 2870.972e9
|
||||||
actor 0 0 0 orbitring
|
actor 0 0 0 orbitring
|
||||||
scale 2870.972e9
|
scale 2870.972e9
|
||||||
|
@ -211,9 +235,13 @@ actor 0 0 0
|
||||||
only_in_map_at_dist 1e10 jupiter
|
only_in_map_at_dist 1e10 jupiter
|
||||||
clickable no
|
clickable no
|
||||||
physics off
|
physics off
|
||||||
actor 0 0 0
|
actor 0 0 0 neptune
|
||||||
name Neptune
|
name Neptune
|
||||||
planet yes
|
planet yes
|
||||||
|
sphere yes
|
||||||
|
physics off
|
||||||
|
scale 1e9
|
||||||
|
rotationx -0.50
|
||||||
orbitaround sol 4500e9
|
orbitaround sol 4500e9
|
||||||
actor 0 0 0 orbitring
|
actor 0 0 0 orbitring
|
||||||
scale 4500e9
|
scale 4500e9
|
||||||
|
|