S2PLOT:Controls

From S2PLOT

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:50, 2 December 2007
S2plot admin (Talk | contribs)

← Previous diff
Revision as of 04:21, 4 December 2007
S2plot admin (Talk | contribs)

Next diff →
Line 22: Line 22:
<tr><td>a, A</td><td>Toggle autospin</td></tr> <tr><td>a, A</td><td>Toggle autospin</td></tr>
<tr><td><,></td><td>Decrease/increase autospin and interaction speed</td></tr> <tr><td><,></td><td>Decrease/increase autospin and interaction speed</td></tr>
-<tr><td>shift-q, shift-Q, shift-Esc</td><td>Quit the program</td></tr>+<tr><td>shift-ENTER</td><td>Return control to program when using [[Function:s2disp | s2disp]]</td></tr>
 +<tr><td>TAB</td><td>Move between panels: see [[Function:xs2cp | xs2cp]]</td></tr>
 +<tr><td>shift-q, shift-Q, shift-ESC</td><td>Quit the program</td></tr>
</table> </table>

Revision as of 04:21, 4 December 2007

Keyboard and Mouse Controls

This is intended to be a comprehensive list of all the keyboard and mouse controls available in S2PLOT as well as a description of how they work.

General Interaction and Camera Control

KeyDescription
Left Mouse Button (Hold)Free rotation of geometry
Middle Mouse Button (Hold)Rotate (roll) camera clockwise/anti-clockwise
f, FFocus camera on centre of geometry
h, H, HomeHome position - Returns camera to original starting position
r, RCycle rendering mode: wireframe, flat, diffuse and specular shading
Left arrowRotate camera left
Right arrowRotate camera right
Down arrow Rotate camera down
Up arrow Rotate camera up
i, k Move (translate) camera up, down
j, l Move (translate) camera left, right
+, - Track camera forward/backwards
[, ] Roll anticlockwise, clockwise - same as the middle mouse button
a, AToggle autospin
<,>Decrease/increase autospin and interaction speed
shift-ENTERReturn control to program when using s2disp
TABMove between panels: see xs2cp
shift-q, shift-Q, shift-ESCQuit the program


Function Keys and Saving Images or Geometry

KeyDescription
F1 Toggle help information - displays a list of keyboard options
F2 Toggle bounding box
F5 Write geometry and camera view file to disk
F6 Write geometry, camera view file and current screen image to disk
F7 Toggle recording of geometry, camera view file and image
F9 Write large (3 x 3) image to disk - saves a series of 'chopped up' images for recombining to make a high quality image
F10 Write current screen image to disk, saved in the current working directory
F11 Create QTVR object images - rotates the scene creating a series of images (e.g. each frame can be joined to make a movie)
F12 Toggle image recording - same as F11 but allows the user to rotate the geometry themselves
c Append current camera position to camera.path file
d Toggle debug mode - provides information on camera position, frame rates, etc.

Notes:

  • Saved images are in TGA format and are numbered sequentially and uniquely
  • On Apple OSX platforms, it is usually necesary to hold down the fn key while using the above keystrokes

Callback System

KeyDescription
z, ZToggle drawing of dynamic geometry by

disabling/enabling a callback function set with the S2PLOT command

<a href="reference.php?e=cs2scb&s=11">cs2scb</a>
0...9Available for assigning to callback functions using

S2PLOT function <a href="reference.php?e=cs2sncb&s=11">cs2sncb</a>. The default operation of keys 1...7 is to display standard camera views.

0, 8 and 9 have no default behaviour
Space BarThis key press is available through the callback

system for programmer-assigned tasks. The number of times the space bar key is pressed is passed to a callback function as a parameter. For an example, see the sample programs s2uc7.c (C) or fs2uc7*.f

(FORTRAN)

Handles

KeyDescription
shift-s, shift-SToggle drawing of handles for selection
shift-C, shift-CToggle drawing of cross-hairs
Right Mouse Button (press)Select a handle

Back to S2PLOT home page.


Personal tools