Contents

wantsHDREnvironmentTextures

A flag that instructs ARKit to create environment textures in HDR format.

Declaration

var wantsHDREnvironmentTextures: Bool { get set }

Discussion

The default value is true. If your renderer supports HDR environment textures, this feature effects more realistic reflections.

[Image]

RealityKit and SceneKit both support HDR environment textures. For more information, see Adding realistic reflections to an AR experience.

See Also

Adding Realistic Reflections