Hello,
I’ve been doing survey in few days about the Image texture is not clear and blurry in Plane mesh.
But I still have no idea how to make it look clearer.
Is there any solution ?
(show the image as below )
Hello,
I’ve been doing survey in few days about the Image texture is not clear and blurry in Plane mesh.
But I still have no idea how to make it look clearer.
Is there any solution ?
(show the image as below )
It will be easier for us to help if you can provide a repro in the playground.
Things that can affect the blurriness of a texture:
BABYLON.Constants.TEXTURE_NEAREST_SAMPLINGMODE
, BABYLON.Constants.TEXTURE_BILINEAR_SAMPLINGMODE
or BABYLON.Constants.TEXTURE_TRILINEAR_SAMPLINGMODE
in a texture.updateSamplingMode()
callwhat is the meaning of TEXTURE_NEAREST_SAMPLINGMODE?]
I tried all of above, it become more terrible.
And I made the texture’size bigger that it appeared less blurry in PC, not in VR Device. I hope your reply, thank u very much guy
TEXTURE_NEAREST_SAMPLINGMODE
is using the nearest sampling mode for both the magnification and minification of textures.
See the “Texture filtering” chapter here for more information.