Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The getReflectionCubeMap()
method of the XRWebGLBinding
interface returns a WebGLTexture
object containing a reflection cube map texture.
The texture format is specified by the session's reflectionFormat
. See the options
parameter on XRSession.requestLightProbe()
and XRSession.preferredReflectionFormat
for more details. By default, the srgba8
format is used. When using a rgba16f
format, you need to be within a WebGL 2.0 context or enable the OES_texture_half_float
extension within WebGL 1.0 contexts.