* added new higher resolution jupiter texture and made it the default layer
* Update data/assets/scene/solarsystem/planets/jupiter/layers/colorlayers/jupiter_juno_cassini.asset
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* Update data/assets/scene/solarsystem/planets/jupiter/layers/colorlayers/jupiter_juno_cassini.asset
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* changed to png instead of tif for new jupiter texture
---------
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* added mouse4 and mouse5 buttons mappings to (ctrl and ctrl+shift) in order to allow landing on planets with mouse only
* Update src/interaction/mousecamerastates.cpp
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
---------
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* added color mapping to exoplanet asset
* Update data/assets/scene/digitaluniverse/exoplanets.asset
Co-authored-by: Malin E <malin.ejdbo@gmail.com>
---------
Co-authored-by: Malin E <malin.ejdbo@gmail.com>
* Add equirectangular to fisheye coordinate mapping for spheres
* Code cleanup and some image examples
* Add documentation and video sphere example
* Fix renderable video sphere not updating on changed sphere settings
* Increase example video sphere resolution and clarify orientation setting
* Apply suggestions from code review
Co-authored-by: Malin E <malin.ejdbo@gmail.com>
* Address more code review comments
* Update docs to match recent changes in #3835
* Apply suggestions from code review
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
Co-authored-by: Andreas Engberg <48772850+engbergandreas@users.noreply.github.com>
* Move texture mapping to fragment shader
Fixes issues at edges due to interpolation of texture coordinates
---------
Co-authored-by: Malin E <malin.ejdbo@gmail.com>
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
Co-authored-by: Andreas Engberg <48772850+engbergandreas@users.noreply.github.com>
* Add correctly formatted examples for video player classes
* Add documentation for video player classes
* Remove old (and replaced) video examples
* Update video playback description based on code review and UI update
* Remove possibly confusing mention of servers in example assets
* Oops, missed one
* Remove another mention of the video player, as the UI will change