How to make non-blurry image in WPF 3d
- by terenf
I used Viewport3D and ModelVisual3D to create a simple rectangle with an image (I tried it with JPG, PNG), but it shows the image blurry, but the original image is very sharp and clear.
I don't know how to make it with the original quality in 3D...
I also tried some 2D solutions like RenderOptions.BitmapScalingMode and SnapsToDevicePixels but they do not seem to not work in the 3D case.
Has anyone encountered this problem or know the solution?