如何在不模糊图形的情况下绘制全屏?(How to draw fullscreen without blurring the graphics?)

编程入门 行业动态 更新时间:2024-10-27 12:29:25
如何在不模糊图形的情况下绘制全屏?(How to draw fullscreen without blurring the graphics?)

屏幕尺寸为320x240 - 当全屏显示时,精灵模糊 - 我希望以复古(块状)风格显示。

谢谢。

The screen dimensions are 320x240 - when this is displayed fullscreen the sprites are blurred - I want to display in a retro (blocky) style.

Thanks.

最满意答案

在精灵批处理上调用Begin() ,请使用SamplerState.PointWrap过滤的采样器状态: SamplerState.PointWrap或SamplerState.PointClamp 。

When calling Begin() on your sprite batch, use a sampler state with point filtering: either SamplerState.PointWrap or SamplerState.PointClamp.

更多推荐

本文发布于:2023-08-03 21:58:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1401149.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:全屏   情况下   图形   模糊   如何在

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!