問題タブ [bloom]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
161 参照

image-processing - FFT ベースのブルーム効果のスクリーン ラップ リピートを処理するにはどうすればよいですか?

私は現在、FFT ベースのブルーム効果に取り組んでいます。GPU Gems の論文の助けを借りて、問題なく動作します。

しかし、まばらなポイントが画面の端に近い場合、ブルーム効果は次のように画面上でラップすることが判明しました。

ラップ効果

これを処理する方法を教えてください。