XRRenderStateInit - Web APIs 编辑
Draft
This page is not complete.
The XRRenderStateInit
dictionary is a writeable version of the XRRenderState
interface, and is used when calling an XRSession
's updateRenderState()
method to apply changes to the render state prior to rendering the next frame.
All distances are specified as floating-point values in meters; you can specify a value of 50 centimeters using a value of 0.5, for example.
Properties
baseLayer
Optional- An
XRWebGLLayer
object from which the WebXR compositor will obtain imagery. This isnull
by default. depthFar
Optional- A floating-point value specifying the distance in meters from the viewer to the far clip plane, which is a plane parallel to the display surface beyond which no further rendering will occur. All rendering will take place between the distances specified by
depthNear
anddepthFar
. This is 1000 meters (1 kilometer) by default. depthNear
Optional- A floating-point value indicating the distance in meters from the viewer to a plane parallel to the display surface to be the near clip plane. No part of the scene on the viewer's side of this plane will be rendered. This is 0.1 meters (10 centimeters) by default.
inlineVerticalFieldOfView
Optional- A floating-point value indicating the default field of view, in radians, to be used when computing the projection matrix for an
inline
XRSession
. The projection matrix calculation also takes into account the output canvas's aspect ratio. This property must not be specified for immersive sessions, so the value isnull
by default for immersive sessions. The default value is otherwise π * 0.5 (half of the value of pi).
Usage notes
Any properties not specified in the XRRenderStateInit
compliant object passed into updateRenderState()
are left at their current values.
Specifications
Specification | Status | Comment |
---|---|---|
WebXR Device API The definition of 'XRRenderStateInit' in that specification. | Working Draft | Initial definition. |
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论