From 9be2f7090a4c5213765c7d2a11d8a431e4a5b6c7 Mon Sep 17 00:00:00 2001 From: Radiant Date: Thu, 2 May 2024 16:25:48 +0300 Subject: Implement offset_rect property to MobileVRInterface to allow changing screen area. --- modules/mobile_vr/doc_classes/MobileVRInterface.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/mobile_vr/doc_classes/MobileVRInterface.xml') diff --git a/modules/mobile_vr/doc_classes/MobileVRInterface.xml b/modules/mobile_vr/doc_classes/MobileVRInterface.xml index 1be8cc828d..8338054142 100644 --- a/modules/mobile_vr/doc_classes/MobileVRInterface.xml +++ b/modules/mobile_vr/doc_classes/MobileVRInterface.xml @@ -34,6 +34,9 @@ The k2 lens factor, see k1. + + Set the offset rect relative to the area being rendered. A length of 1 represents the whole rendering area on that axis. + 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