* Fix faulty log category and minor inconsistencies in GlobeTranslation and GlobeRotation
* Small refactor
* Remove unused return value from initialize function
* Fill attached node in globetranslation initialize and initialize all timeline
Should make the timeline translation work with globetranslations in other cases that the renderabletrails
* Do the same type of change for rotation and scale
* Update initialize function singatures
* Initialize and update translation in trail before use
* Screenspace renderable renderable - move initialize call to initialize
* Refactor trail position calls to make it clearer what is being done
* Call timeframe initialize functions in transform classes
* Do not call update in trail position after all - it borks up the performance
* GlobeTransform: Only fill attached node in init and onchange, and allow nodes without renderable
* Correctly initialize the multi-transform types
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* Address code review comment
* Update comments in renderabletrail
---------
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
- Updated webgui config and paths for ShowComposer
- Update backendhash, download showcomposer. Fix issue with sorting dictionary keys
- Update the hashes for the backend and showcomposer
---------
Co-authored-by: dmelancon <mr.dmelancon@gmail.com>
* Make skybrowser use accelerated rendering
* Remove flag for not accelerating rendering
* Make default side full HD for texture
* Make wwt calls be exposed with pointer to worldwidetelescope communicator & restructure
* Restore on reload functionality
* Make default value for updating the sky browser when target travels true
* Remove texture quality property and make the vfov and radius work again
- Print the information message informing about the keybdining if it exists
- Add new function `keyBindingsForAction` that returns the list of keys that are bound to a specific action
- Change the parameter to the `keyBindings` function to be optional, causing it to return all actions bound to keys
- bump CMAKE_OSX_DEPLOYMENT_TARGET to "13.3"
- CXX STANDARD to 20 etc for Mac builds
- Update cef platforms correctly for arm64 and x86_64
- patch cxx and c standard versions in flags set for macos
The OpenSpace_Helper process was staying when terminating OpenSpace. This fixes that by automatically closing the helper process when the parent process dies for whatever reasons