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で行ったのと同様の「グローフィルター」をどのように適用できるのでしょうか。
これが私が達成しようとしていることの例です:
これは、ActionScript3で次のコードを使用して適用されます。
var glow:GlowFilter = new GlowFilter(0xFFCC00, 1.2, 12, 12, 1, 3); target.filters = [glow];
XNAに似たようなものはありますか?
前もって感謝します。
シェーダーを使用できます。
これが古い例です