@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XRRenderState")
public class XRRenderState
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
XRRenderState() |
| Modifier and Type | Method and Description |
|---|---|
XRWebGLLayer |
baseLayer()
The read-only baseLayer property of the XRRenderState interface returns the XRWebGLLayer instance that is the source of bitmap images and a description of how the image is to be rendered in the device.
|
double |
depthFar()
The depthFar read-only property of the XRRenderState interface returns the distance in meters of the far clip plane from the viewer.
|
double |
depthNear()
The depthNear read-only property of the XRRenderState interface returns the distance in meters of the near clip plane from the viewer.
|
java.lang.Double |
inlineVerticalFieldOfView()
The read-only inlineVerticalFieldOfView property of the XRRenderState interface returns the default vertical field of view for "inline" sessions and null for all immersive sessions.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="baseLayer") @Nullable public XRWebGLLayer baseLayer()
@JsProperty(name="depthFar") public double depthFar()
@JsProperty(name="depthNear") public double depthNear()
@JsProperty(name="inlineVerticalFieldOfView") @Nullable public java.lang.Double inlineVerticalFieldOfView()