Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions using-openspace/navigation/basic-navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Navigation Basics (Mouse and Keyboard)

<meta http-equiv="refresh" content="0; url=../../getting-started/navigation/index.html" />

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This suggestion results in an error:
image


If you are not redirected automatically, go to [Navigation](/getting-started/navigation/index) in the Getting Started section for more information on how to navigate in OpenSpace using a mouse and keyboard.
2 changes: 1 addition & 1 deletion using-openspace/navigation/camera-paths.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PathNavigation - Simplifying navigation in OpenSpace
# Automatic Flight Paths
As of version 0.18.0, OpenSpace includes a system that simplifies navigation by automatically steering the camera to a desired target. Note that the system is *experimental* and will be subject to change in the future, but it is still useful to reduce the amount of manual navigation needed to control OpenSpace.

The system is based on a thesis work by Ingela Rossing and Emma Broman, done in 2020.
Expand Down
25 changes: 21 additions & 4 deletions using-openspace/navigation/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# Navigation
To get started with navigation, have a look at the following pages:
For navigation basics, see the Getting Started page below to learn how to move around the OpenSpace scene using a mouse and keyboard.

- [Getting Started with Navigation](/getting-started/navigation/index)

:::{toctree}
:maxdepth: 1
:hidden:

basic-navigation
:::
Comment thread
Copilot marked this conversation as resolved.

OpenSpace also includes a few features that simplify navigation by automatically steering the camera to a target or rotating it around one. The following pages explain these features in more detail.

:::{toctree}
:maxdepth: 1
:caption: Navigation

joystick
joystick-customization
camera-paths
idle-motion
:::

Navigation can also be done using touch screens, game controllers (such as Xbox controllers), and SpaceMouse devices. See the pages below for more on these interaction methods.

:::{toctree}
:maxdepth: 1

touch-interaction
joystick
joystick-customization
:::