コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】深度サンプル逆投影シェーダ「DepthInverseProjection」紹介

はじめに

「DepthInverseProjection」は深度サンプル逆投影シェーダです

使用例

適用前

f:id:baba_s:20171226173616p:plain

適用後

f:id:baba_s:20171226173630p:plain

使い方

f:id:baba_s:20171226173705p:plain

カメラに「InverseProjector」コンポーネントをアタッチします

関連記事