From 8ef9703ee2a4b22395935030606fcf69e3acad86 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 18 May 2016 23:58:40 +0800 Subject: Finally finish the particle system integration. Add std::wstring version APIs to avoid wrong encoding. Update documentation. --- doc/visualization.html | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) (limited to 'doc/visualization.html') diff --git a/doc/visualization.html b/doc/visualization.html index 8870e0c..33c6977 100644 --- a/doc/visualization.html +++ b/doc/visualization.html @@ -27,7 +27,51 @@
The default visualization comes as a plugin of QMidiPlayer. So before using it you have to enable it first in the plugin manager.
- To use the visualization, click the Visualization button in the main window. + To use the visualization, click the Visualization button in the main window.
+ The visualization plugin adds two new option tabs. +

Controls

+
+   forward
+      |              ↱Press and hold left mouse button:
+   up |  down       ┌──┬──┐ Adjust camera direction.
+   ↓  ↓  ↓          │  │  │
+   Q  W  E          ├──┴──┤
+   A  S  D          │     │
+   ↑  ↑  ↑          │     │
+left  |  right      │     │
+      |             └─────┘
+   backward
+		
+

Options

+ \ No newline at end of file -- cgit v1.2.3