* Add support for multiple endpoints for webserver
* Add support for a default endpoint (redirect) in webgui
* Always serve prod gui
* Update webgui deps
* Work on timeline translations
* Add Apollo 11 Descent data
* Ability to display negative altitudes
* Expose globe translation properties
* Added timeline rotation, and some scene updates.
* Cleaning up apollo_sites scene; fixing boulder 1 in place to adress heightmap issue
* Use quaternion slerp instaet of linear interpolation + Cleanup
* Change to old lem model while waiting for new version to be pushed to data repo
* Small fixes
* Replace setCameraState with setNavigationState + equivalents
* Add documentation and verification of NavigationState-related interfaces
* Documentation and verification fixes
* Change reference frame behavior
* Scene fixes
* Replace earthrise recording with navigation state and time
* Cleanup of Apollo scene shortcuts
* Fixing Apollo 8 and flipbook shortcuts
* Updated Apollo sites to new LEM model based on photogrammetry
* Add new asset file to manage synchronization of LEM model
- Add Shift+A keybind for New Horizons scene to set the Aim+Anchor method, restoring the A keybind to the previous usage
- Various fixes in the New Horizons scene to make it operable
- Added optional keybinds CTRL+I, CTRL+K, CTRL+O, and CTRL+L for situations where the keypad is not available
- Various fixes for the Rosetta scene
- Updated the rosetta images to only download a single zip file that gets extracted
- Rebound the Philae trail visibility from F to G so that it is not on the same key as the friction
- Disable the Rosetta image plane on default
- Added optional F12 keybind to create a screenshot if the PRINT_SCREEN button is not available
- Automatically remove old delta time keybindings when new ones are set in order to prevent double-binding
* Apollo missions with renderablemodel and spice rotation updates
* Added user control for face culling.
* Added gui property for disabling face culling.
* Changed rotation vector property to handle degrees instead of radians
* Separated apollo globebrowsing
* Physically-based star rendering.
* New Tully Pic Galaxies speck file w/o Milky Way
* Removed PSC from stars rendering.
* Avoiding extra calculations during shading.
* Removed bug in billboard maximum size code.
* New method to get the current viewport resolution. Used e.g. when rendering stereo side-by-side configuration.
* Same as stereo stars.
* Improved configuration.
* Stars camera orientation.
* Separated changes in billboards.
* Adde min size control.
* Setting minimum size.
* Changed eye position. Changed data array nome inside shaders to a more accurate representation of the data.
* Billboards reflecting actual stars sizes.
* Scaling stars size based on luminosity, Abs Mag and size.
* Rendering to a texture instead of fragment calculation for each star.
* Added default parameters, new configurations and updated parameters.
* Updated speck file handling to reflect a more general specification.
* Added apparent magnitude from the speck files.
* Set correct star values values for Apogee and Galah
* Changed position from vec4 to vec3 to save GPU memory.