Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何使用 XNA 框架应用类似于我在 Flash 中看到的“发光过滤器”。
这是我要实现的目标的示例:
这将在 ActionScript 3 中使用以下代码应用:
var glow:GlowFilter = new GlowFilter(0xFFCC00, 1.2, 12, 12, 1, 3); target.filters = [glow];
XNA中是否有类似的东西?
提前致谢。
你可以使用着色器。
这是一个老例子