From c6cea6e9b372f403a5906813bf5db8583d747d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 29 Jun 2019 12:38:01 +0200 Subject: doc: Add default values to all properties Thanks to @bojidar-bg's impressive work in #29380. --- modules/mobile_vr/doc_classes/MobileVRInterface.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'modules/mobile_vr/doc_classes') diff --git a/modules/mobile_vr/doc_classes/MobileVRInterface.xml b/modules/mobile_vr/doc_classes/MobileVRInterface.xml index 8cd63b304a..a132333a87 100644 --- a/modules/mobile_vr/doc_classes/MobileVRInterface.xml +++ b/modules/mobile_vr/doc_classes/MobileVRInterface.xml @@ -18,25 +18,25 @@ - + The distance between the display and the lenses inside of the device in centimeters. - + The width of the display in centimeters. - + The height at which the camera is placed in relation to the ground (i.e. [ARVROrigin] node). - + The interocular distance, also known as the interpupillary distance. The distance between the pupils of the left and right eye. - + The k1 lens factor is one of the two constants that define the strength of the lens used and directly influences the lens distortion effect. - + The k2 lens factor, see k1. - + The oversample setting. Because of the lens distortion we have to render our buffers at a higher resolution then the screen can natively handle. A value between 1.5 and 2.0 often provides good results but at the cost of performance. -- cgit v1.2.3