---
title: SCNFilterMode.linear
framework: scenekit
role: symbol
role_heading: Case
path: scenekit/scnfiltermode/linear
---

# SCNFilterMode.linear

Texture filtering sample texels from the neighborhood of the coordinates being sampled and linearly interpolates their colors.

## Declaration

```swift
case linear
```

## See Also

### Constants

- [SCNFilterMode.none](scenekit/scnfiltermode/none.md)
- [SCNFilterMode.nearest](scenekit/scnfiltermode/nearest.md)
