Skip to content

Commit cf29b03

Browse files
authored
Add spaces for visualization in the documentation (#277)
1 parent cb10876 commit cf29b03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@ As any plugin, to compile SofaGLFW, follow the instructions on the [SOFA documen
4545
### Keyboard Shortcuts
4646

4747
Several shortcuts are related to the window:
48+
4849
* F11: switch to fullscreen
4950
* Escape: close the app
5051
* Space: play/pause the simulation
5152
* Any letter on your keyboard would result in a search in the scene graph
5253

5354
Using the control (CTRL) key, you activate GUI shortcuts such as:
55+
5456
* Ctrl+A: show the scene axis
5557
* Ctrl+B: switch the background
5658
* Ctrl+R: reload the current scene
@@ -64,6 +66,7 @@ Using the SHIFT + CTRL keys, you will trigger events on key pressed/released.
6466
### Command Line Options
6567

6668
`runSofaGLFW` accepts the following command line options:
69+
6770
* `-f` or `--file` to specify the scene file to load. If not defined, the default scene file `Demos/caduceus.scn` is loaded.
6871
* `-a` or `--start`: if true, starts the simulation just after opening. True by default.
6972
* `-s` or `--fullscreen`: set full screen at startup. False by default.

0 commit comments

Comments
 (0)