---
title: antialiasingMode
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkinterfacescnscene/antialiasingmode
---

# antialiasingMode

The antialiasing mode used for rendering the scene.

## Declaration

```swift
var antialiasingMode: SCNAntialiasingMode { get set }
```

## Discussion

Discussion SceneKit can provide antialiasing, which smooths edges in a rendered scene, using a technique called multisampling. Multisampling renders each pixel multiple times and combines the results, creating a higher quality image at a performance cost proportional to the number of samples it uses. For available values, see SCNAntialiasingMode. The default mode is SCNAntialiasingMode.none.

## See Also

### Managing the SceneKit Scene

- [preferredFramesPerSecond](watchkit/wkinterfacescnscene/preferredframespersecond.md)
- [scene](watchkit/wkinterfacescnscene/scene.md)
- [snapshot()](watchkit/wkinterfacescnscene/snapshot().md)
