diff --git a/README.md b/README.md index 5b76313..8623304 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,16 @@ sudo cp -a extras/gnss/gnss.ssc /usr/share/celestia/extras-standard/ Each system, GPS, Galileo, Glonass, Beidou, or the GNSS files can be used which include all four. + +# Screenshots +Celestia with Moon orbit, Earth, and GNSS satellites. + +![celestia-moon-gnss](pics/celestia-moon-gnss.png) + +Celestia MultiView. +![celestia-multiview-gnss](pics/celestia-multiview-gnss.png) + + # See Also ## Spacecruft @@ -212,6 +222,8 @@ The `galileo.obj` file from the ESA can be read by `cmodview` in the `celestia-tools` package. The file can be saved in `cmodview` as `galileo-gnss.cmod` and then read by Celestia. +The ESA supplies textures, but the aren't applied in the Celestia model (yet). + ### Blender `blender-2.79b` didn't work to convert a `.obj` file to `.3ds` that rendered in Celestia. diff --git a/pics/celestia-moon-gnss.png b/pics/celestia-moon-gnss.png new file mode 100644 index 0000000..d2d855f Binary files /dev/null and b/pics/celestia-moon-gnss.png differ diff --git a/pics/celestia-multiview-gnss.png b/pics/celestia-multiview-gnss.png new file mode 100644 index 0000000..8c77daf Binary files /dev/null and b/pics/celestia-multiview-gnss.png differ