---
title: AdaptiveResolutionComponent
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/adaptiveresolutioncomponent
---

# AdaptiveResolutionComponent

A component that provides the suggested pixels per meter necessary to render an object.

## Declaration

```swift
struct AdaptiveResolutionComponent
```

## Overview

Overview Use the pixelsPerMeter property to proactively update your scene to disable expensive systems and high-resolution content that is far away. note: pixelsPerMeter is binned to protect user privacy.

## Topics

### Initializers

- [init()](realitykit/adaptiveresolutioncomponent/init().md)

### Instance Properties

- [pixelsPerMeter](realitykit/adaptiveresolutioncomponent/pixelspermeter.md)

## Relationships

### Conforms To

- [Component](realitykit/component.md)

## See Also

### Render configuration

- [ModelSortGroupComponent](realitykit/modelsortgroupcomponent.md)
- [ModelSortGroup](realitykit/modelsortgroup.md)
- [OpacityComponent](realitykit/opacitycomponent.md)
- [ModelDebugOptionsComponent](realitykit/modeldebugoptionscomponent.md)
- [MeshInstancesComponent](realitykit/meshinstancescomponent.md)
