ViewPortTexture

ViewPortTexture

Shader "Custom/ViewPortTexture"
{
	Properties
	{
		_Mask ("Culling Mask", 2D) = "black" {}
		_MaskLevel ("Mask Alpha", Range(0, 1)) = 0.5
	}
	SubShader
	{
		Tags {"Queue" = "Background"}
		Blend SrcAlpha OneMinusSrcAlpha
		Lighting Off
		ZWrite On
		ZTest Always
		Alphatest LEqual [_MaskLevel]
		Pass
		{
			SetTexture [_Mask] {combine texture}
		}
	}
}

一個用作 Camera Mask 的 Shader. 😀

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

*

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料