自己発光頂点ライティング
自己発光鏡面

自己発光拡散

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Self-Illuminatedプロパティ

このシェーダはオブジェクトの明るい部分と暗い部分を定義することが出来ます。二次的なテクスチャのアルファチャネルによりオブジェクトが,光で照らされていないときも,自ら“発光”する光を定義します。アルファチャネルにおいて,黒は光がゼロで,白は光が最大にオブジェクトから発光されてます。シーンにあるどのライトもシェーダの照明にさらに照らされます。もしオブジェクト自身が光を発光しないとしても,シーンのライトにより照らされます。

Diffuse(拡散) プロパティ

Diffuse(拡散)は簡単な (Lambertian(ランバート))ライティングモデルを計算します。表面のライティングは光源との角度が小さくなるにつれ弱まります。ライティングはこの角度のみに依存し,カメラの移動・回転による影響を受けません。

パフォーマンス

一般に,このシェーダでは少ない費用でレンダリングできます。 詳細については,Shader Peformance を参照してください。

自己発光頂点ライティング
自己発光鏡面