From 47b5eb6ab3bd85e2612cee42fa92bc701c1382dd Mon Sep 17 00:00:00 2001 From: Luke Campagnola <> Date: Sat, 28 Apr 2012 15:17:31 -0400 Subject: [PATCH] doc update for 3D mouse interaction changes --- documentation/source/mouse_interaction.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/source/mouse_interaction.rst b/documentation/source/mouse_interaction.rst index 085baaa1..0e149f0c 100644 --- a/documentation/source/mouse_interaction.rst +++ b/documentation/source/mouse_interaction.rst @@ -39,4 +39,11 @@ The exact set of items available in the menu depends on the contents of the scen 3D visualizations use the following mouse interaction: * Left button drag: Rotates the scene around a central point +* Middle button drag: Pan the scene by moving the central "look-at" point within the x-y plane +* Middle button drag + CTRL: Pan the scene by moving the central "look-at" point along the z axis * Wheel spin: zoom in/out +* Wheel + CTRL: change field-of-view angle + +And keyboard controls: + +* Arrow keys rotate around central point, just like dragging the left mouse button