SCNFilterMode.nearest
Texture filtering returns the color from only one texel, whose location is nearest to the coordinates being sampled.
Declaration
case nearestTexture filtering returns the color from only one texel, whose location is nearest to the coordinates being sampled.
case nearest