<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARSCNDebugOptionShowFeaturePoints",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@ARSCNDebugOptionShowFeaturePoints"
  },
  "title" : "ARSCNDebugOptionShowFeaturePoints"
}
-->

# ARSCNDebugOptionShowFeaturePoints

Display a point cloud showing intermediate results of the scene analysis that ARKit uses to track device position.

```
extern const SCNDebugOptions ARSCNDebugOptionShowFeaturePoints;
```

## Discussion

This option is available only when running a [`ARWorldTrackingConfiguration`](/documentation/ARKit/ARWorldTrackingConfiguration) session.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)