Reputation: 4589
I'm assigning an image to custom material. The image assigned looks somewhat pixelate, similar to this image
I have already set the antialiasing to 4x. How do I fix this?
Upvotes: 0
Views: 99
Reputation: 13462
try setting the material's mipFilter
property to SCNFilterModeLinear
Upvotes: 2