Alexander Bock
Alexander Bock
Suggested names: - "Geometry Overlays" - "Geographic Overlays"
Instead of UTC, it would be nice for the user to be able to choose which timezone is displayed, even though under the hood, everything in the core would still...
CMake 4.0 increases the minimum acceptable version to 3.5 and will warn for anything below 3.10. This change both fixes a failing CMake configure (which would also work with 3.5)...
Add the ability to render a fisheye image or a video onto a RenderableSphere by using only the top half of the sphere.
The `os.nightsky.ShowGalacticBand` and `os.nightsky.HideGalacticBand` actions trigger errors in the default profile since the scene graph node `GalacticBand` does not exist.
``` openspace.action.triggerAction("os.constellation_art.HideArt") ``` Returns a long list of 30+ repeated Renderable false commands in the log ``` return openspace.action.triggerAction("os.constellation_art.HideArt") openspace.setPropertyValue('Scene.ImageConstellation*.Renderable.Enabled', false) openspace.setPropertyValue('Scene.ImageConstellation*.Renderable.Enabled', false) openspace.setPropertyValue('Scene.ImageConstellation*.Renderable.Enabled', false) openspace.setPropertyValue('Scene.ImageConstellation*.Renderable.Enabled', false) ..... ```
 The slider component only shows the focus indicator true the value-hint-tooltip thing, which makes it hard to see where the focus currently is. Extracted from #3126
Clicking and dragging _just_ below the menu bar causes the flight controller window(?) to be dragged along https://github.com/user-attachments/assets/d6d420c9-5579-447e-9802-2008ffd2b099
This would be useful to be able to render stereoscopic images by separating them into a left/right pair and then rendering the correct eye inside OpenSpace. This would, of course,...
It would be nice to be able to specify a variable in the GeoJSON that is used as a timing information, so that we can show datasets evolving over time....