---
title: showWireframe
framework: scenekit
role: symbol
role_heading: Type Property
path: scenekit/scndebugoptions/showwireframe
---

# showWireframe

Display geometries in the scene with wireframe rendering.

## Declaration

```swift
static var showWireframe: SCNDebugOptions { get }
```

## Discussion

Discussion When this option is enabled, SceneKit still renders scene geometry with all associated materials, then overlays a wireframe rendering of the same geometry. You can use this option, for example, to debug material rendering issues.

## See Also

### Debugging Geometry and Animation

- [showBoundingBoxes](scenekit/scndebugoptions/showboundingboxes.md)
- [renderAsWireframe](scenekit/scndebugoptions/renderaswireframe.md)
- [showSkeletons](scenekit/scndebugoptions/showskeletons.md)
- [showCreases](scenekit/scndebugoptions/showcreases.md)
- [showConstraints](scenekit/scndebugoptions/showconstraints.md)
