From 39df08752b1dbc4ced90b3869c524c5ca543044e Mon Sep 17 00:00:00 2001 From: Ferran Sole Date: Fri, 15 Aug 2014 15:10:01 +0100 Subject: [PATCH] Updated documentation for stereoscopic rendering Change-Id: Ie1ab44aaff897b02dd967282e73d04646d041941 --- adaptors/common/command-line-options.h | 2 ++ adaptors/public-api/application.h | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/adaptors/common/command-line-options.h b/adaptors/common/command-line-options.h index 675b366..9067dc1 100644 --- a/adaptors/common/command-line-options.h +++ b/adaptors/common/command-line-options.h @@ -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 * diff --git a/adaptors/public-api/application.h b/adaptors/public-api/application.h index a0b5b04..b07d9be 100644 --- a/adaptors/public-api/application.h +++ b/adaptors/public-api/application.h @@ -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; -- 2.7.4