mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Web3d overlay's "resolution" property has been removed
This commit is contained in:
parent
650e7e1922
commit
92be33da31
1 changed files with 4 additions and 4 deletions
|
@ -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. <strong>Deprecated:</strong> 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 <code>resolution</code> and
|
||||
* <code>dpi</code>. Synonyms: <code>scale</code>, <code>size</code>.
|
||||
* @property {Vec2} resolution - <strong>Deprecated:</strong> 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:
|
||||
* <code>scale</code>, <code>size</code>.
|
||||
* @property {number} maxFPS=10 - The maximum update rate for the Web overlay content, in frames/second.
|
||||
* @property {boolean} showKeyboardFocusHighlight=true - If <code>true</code>, the Web overlay is highlighted when it has
|
||||
* keyboard focus.
|
||||
|
|
Loading…
Reference in a new issue