Contents

SCNWrapMode.clamp

Texture coordinates are clamped to the range from 0.0 to 1.0, inclusive.

Declaration

case clamp

Mentioned in

Discussion

Texture sampling in areas whose texture coordinates would fall outside this range produces texel colors from the nearest edge of the texture image.

See Also

Constants