---
title: renderAsWireframe
framework: scenekit
role: symbol
role_heading: Type Property
path: scenekit/scndebugoptions/renderaswireframe
---

# renderAsWireframe

Display only wireframe placeholders for geometries in the scene.

## Declaration

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

## Discussion

Discussion Unlike the showWireframe option, this option disables normal surface rendering, displaying only the wireframe for each geometry.

## See Also

### Debugging Geometry and Animation

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