potato
potato

Reputation: 4589

pixelate image texture when applied to material

I'm assigning an image to custom material. The image assigned looks somewhat pixelate, similar to this image

enter image description here

I have already set the antialiasing to 4x. How do I fix this?

Upvotes: 0

Views: 99

Answers (1)

mnuages
mnuages

Reputation: 13462

try setting the material's mipFilter property to SCNFilterModeLinear

Upvotes: 2

Related Questions