Updated documentation for stereoscopic rendering 08/26108/1
authorFerran Sole <ferran.sole@samsung.com>
Fri, 15 Aug 2014 14:10:01 +0000 (15:10 +0100)
committerFerran Sole <ferran.sole@samsung.com>
Fri, 15 Aug 2014 14:10:41 +0000 (15:10 +0100)
Change-Id: Ie1ab44aaff897b02dd967282e73d04646d041941

adaptors/common/command-line-options.h
adaptors/public-api/application.h

index 675b366..9067dc1 100644 (file)
@@ -41,6 +41,8 @@ namespace Adaptor
  *  -w|--width          Stage Width
  *  -h|--height         Stage Height
  *  -d|--dpi            Emulated DPI
+ *  -v|--view           Viewing mode
+ *  -s|--stereo-base    Eye separation for stereoscopic rendering (in mm)
  *     --help           Help
  * @endcode
  *
index a0b5b04..b07d9be 100644 (file)
@@ -240,14 +240,14 @@ public:
 public: // Stereoscopy
 
   /**
-   * Set the stereoscopic 3D viewing mode for the application
-   * @param[in] viewMode The new viewing mode
+   * Set the viewing mode for the application.
+   * @param[in] viewMode The new viewing mode.
    */
   void SetViewMode( ViewMode viewMode );
 
   /**
-   * Get the current stereoscopic 3D viewing mode.
-   * @return The current stereoscopic 3D viewing mode.
+   * Get the current viewing mode.
+   * @return The current viewing mode.
    */
   ViewMode GetViewMode() const;