Skip to content
Asger edited this page Nov 10, 2013 · 6 revisions

In the DEMO applications, the keyboard is used for all inputs. The workflow is to select parameters (discretization, velocity and accuracy), then the type of motion (the model and velocity function) and finally start the motion by pressing SPACE.

A complete list of options are:

 *** SELECT PARAMETERS ***
 ,:         Decreases discretization by 0.5 to a minimum of 1.
 .:         Increases discretization by 0.5 to a maximum of 100.
 -:         Decreases velocity by 1 to a minimum of 1.
 +:         Increases velocity by 1 to a maximum of 100.
 >:         Decreases accuracy by 1 to a minimum of 1.
 <:         Increases accuracy by 1 to a maximum of 100.
 
 *** SELECT MOTION ***
 1:         Selects rotation of a cube.
 2:         Selects smoothing of the armadillo model.
 3:         Selects expansion of a sphere.
 4:         Selects expansion of the armadillo model.
 5:         Selects rotation of a blob.
 6:         Selects rotation of the armadillo model.
 9:         Selects test case.
 
 *** START/STOP MOTION ***
 SPACE:     Starts/pauses the current motion.
 0:         Stops the current motion.
 ESCAPE:    Stops the current motion and exits the application
 m:         Moves the interface vertices one time step according to the current velocity function.
 
 *** MISCELLANEOUS ***
 t:         Performs a test on the current velocity function.
 s:         Takes a screen shot.
 e:         Export the simplicial complex to a .dsc file.
 i:         Export the surface mesh to a .obj file.
 w:         Switch wireframe rendering on and off.
 TAB:       Switches the display type.

Clone this wiki locally