在 C# 中应用蒙版 + XNA?
如何在 C# + XNA 中应用遮罩?我想创建一张黑色地图和一个手电筒,它可以照亮东西。
How do I apply masks in C# + XNA? I want to create a black map, and a flashlight, that it lights stuff up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用像素着色器,它将图像和蒙版作为输入,将“蒙版图像”作为输出。
You can use pixel shader, that has image and mask as input and "masked image" as output.