How to make non-blurry image in WPF 3d
Posted
by terenf
on Stack Overflow
See other posts from Stack Overflow
or by terenf
Published on 2010-04-21T07:44:02Z
Indexed on
2010/04/21
7:53 UTC
Read the original article
Hit count: 779
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?
© Stack Overflow or respective owner