model_viewer: update README with usage info
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 25 Jun 2016 19:05:01 +0000 (15:05 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sun, 26 Jun 2016 12:03:54 +0000 (08:03 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/model_viewer/README.md

index abbcecf..5c91a58 100644 (file)
@@ -8,7 +8,15 @@ It renders the earth with an displaced surface, a cloud layer, city lights and P
 
 # Variations
 
-* The standard application is compiled to a desktop executable at `bin/model_viewer` and an Android package at `bin/model_viewer.apk`.
+* For the desktop, the application is compiled to `bin/model_viewer`.
+
+       This variation can show more models specified on the command line.
+
+       ~~~
+       bin/model_viewer [path_to_model ...]
+       ~~~
+
+* For Android, the standard application is compiled to `bin/model_viewer.apk`.
 * The virtual reality variant `bin/model_viewer_vr.apk` targets Android and uses Google Cardboard for head tracking.
 
 # Art