後処理エフェクト
PlayCanvasは、プロジェクトへの追加のポストプロセスエフェクトをサポートしています。ポストエフェクトは最終レンダリングされた画像を修正して、アプリケーションにより効果的なビジュアルを追加する簡単な方法を提供します。
ポストエフェクトをスクリプトとして実装しました。このスクリプトはカメラコンポーネントがアタッチされているエンティティに追加できます。カメラにポストエフェクトを追加するには、以下の手順を参照してください。
- Choose one of the effects below and get the script from the GitHub link.
- Add a Script component to the Entity representing your camera.
- Assign the desired post effect scripts to the camera entity's Script component. Note that the order in which the post effect script are listed in the Script component determine the order in which they are applied.
You can also create your own post effects. You can find some additional ones on GitHub.