Update for current modelviewer usage

master
Andrew Copland 2015-09-10 17:08:03 +01:00
parent cc2187622c
commit 49c659f16c
1 changed files with 9 additions and 15 deletions

View File

@ -7,32 +7,28 @@ end-user use.
Usage: Usage:
~~~~~~ ~~~~~~
modelviewer <width> <height> <model> pioneer -mv <model>
<width> - screen width (default 800)
<height> - screen height (default 600)
<model> - name of the model defined in lua <model> - name of the model defined in lua
Example: Example:
./modelviewer 1024 768 interdictor ./pioneer -mv interdictor
- will load the model interdictor with screen resolution 1024x768 - will load the model interdictor
./modelviewer ./pioneer -mv
- will launch modelviewer, prompting for a model name. - will launch modelviewer, prompting for a model name.
Keyboard commands: Keyboard commands:
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
<cursor> - Rotate the model <cursor> - Rotate the model
<shift> + <cursor> - Rotate the camera <shift> + <cursor> - Rotate the camera
<=> or <PgUp> - Zoom In <=> or <PgUp> - Zoom In
<-> or <PgDown> - Zoom Out <-> or <PgDown> - Zoom Out
<c> - Toggle view between normal mesh and collision mesh <c> - Toggle view between normal mesh and collision mesh
<r> - Reset thruster and anim sliders <r> - Reset thruster and anim sliders
<m> - Rebuild collision mesh <m> - Rebuild collision mesh
<p> - Toggle performance test - CAUTION: this WILL cause <ESC> - Exit model viewer, prompt for new name or ESC to Quit.
slowness
<ESC> - Exit model viewer, prompt for new name or ESC to Quit.
Sliders: Sliders:
~~~~~~~~ ~~~~~~~~
@ -49,5 +45,3 @@ Angular thrust:
Animations: Animations:
0 - Landing gear animation 0 - Landing gear animation
(remaining unused) (remaining unused)