From 92be33da315ba6fb063646ddde5cc55b84a1d4e1 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 13 Dec 2017 11:40:44 +1300 Subject: [PATCH] Web3d overlay's "resolution" property has been removed --- interface/src/ui/overlays/Web3DOverlay.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/src/ui/overlays/Web3DOverlay.cpp b/interface/src/ui/overlays/Web3DOverlay.cpp index e332b58b41..71d1c4b842 100644 --- a/interface/src/ui/overlays/Web3DOverlay.cpp +++ b/interface/src/ui/overlays/Web3DOverlay.cpp @@ -518,10 +518,10 @@ void Web3DOverlay::setProperties(const QVariantMap& properties) { * * @property {string} url - The URL of the Web page to display. * @property {string} scriptURL="" - The URL of a JavaScript file to inject into the Web page. - * @property {Vec2} resolution=640,480 - The number of pixels. Deprecated: This property is being removed. - * @property {number} dpi=30.47 - The dots per inch to display the Web page at. - * @property {Vec2} dimensions=1,1 - Scales the size of the overlay calculated from resolution and - * dpi. Synonyms: scale, size. + * @property {Vec2} resolution - Deprecated: This property has been removed. + * @property {number} dpi=30 - The dots per inch to display the Web page at, on the overlay. + * @property {Vec2} dimensions=1,1 - The size of the overlay to display the Web page on, in meters. Synonyms: + * scale, size. * @property {number} maxFPS=10 - The maximum update rate for the Web overlay content, in frames/second. * @property {boolean} showKeyboardFocusHighlight=true - If true, the Web overlay is highlighted when it has * keyboard focus.