* Fixed fade out algorithm to use correct distance from globe center
* Updated planet labels in asset files to match fixed fade-out algorithm
* Changed variable name and removed mistakenly-added file
* Make sure we have examples for all grid types
* Fix problems with blending when rendering transparent grids
* Rename 'GridColor' to 'Color' for better consistenty among renderables
* Fix issue with resizing box grid
* Avoid problems with line width on Mac
Add habitable zone for exoplanet systems (#1436)
* add lumosity and temperature data for the stars
* add Lua function to generate a cached 1 pixel texture on demand
* minor updates to RenderableOrbitDisc to make it more intuitive. Size is now the semi-major axis.
closes#1395
- Removing duplicate member variables and indirection
- Asset: Replacing AtmosphereRadius with AtmosphereHeight
- Asset: Rename GroundRadianceEmittion to GroundRadianceEmission
- Add Documentation checking to Dictionary value retrieval
- Remove unused Image group
* Remove name conversion to match speck file
* Instead update the speck file so that the names are consistent between files
* Tiny cleanup
* Enable visualization of systems with a subset of planets missing data
* Prevent overriding star information with non valid data
- Instead of always loading the multiverse cmb files, separate them into a new file
- Don't load the new file on default in the digital universe catalogue
* Fixing size flickering when moving towards the screen border.
* First pass at adjusting DU scale/max size values
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* Move glfw init after macOS window is ready
* MacOS fixes for BigSur
* Compile fixs
* Rename hirise.asset since linux filenames are case-sensitive
* Modified globals DataStorage method to make Linux and Mac happy
* Switched to unsecure http URLs for satellites due to httprequest problem
* Keep the QApplication around on Mac because of some reason otherwise the keyboard handler crashes
* Add comment explaining the madness
* Apply same techniques to the globalscallback file
Co-authored-by: Micah Acinapura <micahnyc@gmail.com>
Co-authored-by: Gene Payne <payne.gene@gmail.com>
* Changed RenderableModel to allow user-control depth and blending.
* Updated RenderableModel to correctly handle the Orion Nebula model.
Co-authored-by: Alexander Bock <mail@alexanderbock.eu>