Alexander Bock

Results 152 issues of Alexander Bock

Suggested names: - "Geometry Overlays" - "Geographic Overlays"

Type: Enhancement
Component: UI

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...

Type: Enhancement
Component: UI
Feature: Web UI

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.

Component: Rendering

The `os.nightsky.ShowGalacticBand` and `os.nightsky.HideGalacticBand` actions trigger errors in the default profile since the scene graph node `GalacticBand` does not exist.

Component: Asset

``` 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) ..... ```

Component: Core

![Image](https://github.com/user-attachments/assets/800fd3fe-a37d-42d1-980b-199654285603) 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

Component: UI
Feature: Web UI
Feature: Accessibility

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

Component: UI
Feature: Web UI

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,...

Component: Rendering

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....

Component: Content