---
title: wantsHDREnvironmentTextures
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/arbodytrackingconfiguration/wantshdrenvironmenttextures
---

# wantsHDREnvironmentTextures

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

## Declaration

```swift
var wantsHDREnvironmentTextures: Bool { get set }
```

## Discussion

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

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

## See Also

### Adding Realistic Reflections

- [environmentTexturing](arkit/arbodytrackingconfiguration/environmenttexturing.md)
