|
@@ -55,6 +55,19 @@
|
|
in two different coordinate spaces for the same WebXR controller.
|
|
in two different coordinate spaces for the same WebXR controller.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
+ <h3>[method:void setFramebufferScaleFactor]( [param:Float framebufferScaleFactor] )</h3>
|
|
|
|
+ <p>
|
|
|
|
+ [page:Float framebufferScaleFactor] — The framebuffer scale factor to set.<br /><br />
|
|
|
|
+
|
|
|
|
+ Specifies the scaling factor to use when determining the size of the framebuffer when rendering to a XR device.
|
|
|
|
+ The value is relative to the default XR device display resolution. Default is *1*. A value of *0.5* would specify
|
|
|
|
+ a framebuffer with 50% of the display's native resolution.
|
|
|
|
+ </p>
|
|
|
|
+
|
|
|
|
+ <p>
|
|
|
|
+ Note: It is not possible to change the framebuffer scale factor while presenting XR content.
|
|
|
|
+ </p>
|
|
|
|
+
|
|
<h2>Source</h2>
|
|
<h2>Source</h2>
|
|
|
|
|
|
<p>
|
|
<p>
|