element3ds.com
引擎渲染作品 新的一个 双面CUT OFF 内外双色处理
发布于
2017-8-28
2071
29

您需要 登录 才可以下载或查看,没有账号?注册

x
Shader "Custom/Alpha/CutoffAlpha" {
   Properties {
                 _Color ("Main Color", Color) = (1,1,1,1)
                 _MainTex ("Albedo (RGB)", 2D) = "white" {}
                 _BackColor ("Back Main Color", Color) = (1,1,1,1)
               }
  SubShader {
             Tags { "RenderType"="Opaque" }
                    LOD 400
        Cull back

               CGPROGRAM
               #pragma surface surf Lambert alphatest:_Cutoff

              sampler2D _MainTex;

              fixed4 _Color;


               struct Input {
                    float2 uv_MainTex;
                };

                void surf (Input IN, inout SurfaceOutput o) {
                    fixed4 c= tex2D(_MainTex, IN.uv_MainTex);
                    o.Albedo = c.rgb* _Color.rgb;
                    o.Alpha = c.a ;

                     }
                ENDCG

     Cull front

               CGPROGRAM

                          #pragma surface surf Lambert alphatest:_Cutoff

              sampler2D _MainTex;
              fixed4 _BackColor;

                struct Input {
                   float2 uv_MainTex;
               };

              void surf (Input IN, inout SurfaceOutput o) {
                   fixed4 c = tex2D(_MainTex, IN.uv_MainTex) * _BackColor;
                   o.Albedo = c.rgb;
                   o.Alpha = c.a;
               }
                           
                ENDCG
    }

    FallBack "Diffuse"

图1.png
图2.png
参与人数 3 元素币 +40 活跃度 +12
还没有设置签名!您可以在此展示你的链接,或者个人主页!

使用道具 举报 登录

回复 <
火多多  发表于 2017-8-28 11:28:36  
2#
目前都是免费提供给大家源码。。。。
回复 收起回复
使用道具
k2263  发表于 2017-8-28 11:59:27  
3#
貌似很有用的样子
回复 收起回复
使用道具
k2263  发表于 2017-8-28 11:59:29  
4#
貌似很有用的样子
回复 收起回复
使用道具
漫道  发表于 2017-8-28 14:54:37  
5#
看到这么好的帖如同回到初恋的年代
回复 收起回复
使用道具
376569522  发表于 2017-8-29 00:15:04  
6#
你们大神真会玩!
回复 收起回复
使用道具
376569522  发表于 2017-8-30 00:14:19  
7#
想要成大触,天天上元素!
回复 收起回复
使用道具
slyzs0622  发表于 2017-9-4 11:18:25  
8#
谢楼主分享!!!!
回复 收起回复
使用道具
kavi5000  发表于 2018-11-5 12:13:11  
9#
回复 收起回复
使用道具
星舰与太阳  发表于 2018-11-12 09:41:08  
10#
回复 收起回复
使用道具
浪荡丶  发表于 2018-11-12 09:47:17  
11#
首发必需微元素,荣耀加身装备酷!
回复 收起回复
使用道具
laopi123  发表于 2018-11-12 10:50:15  
12#
资源甚好,发帖艰辛,且阅且珍惜!
回复 收起回复
使用道具
wolfram  发表于 2018-11-12 11:45:07  
13#

楼主技术大神啊
回复 收起回复
使用道具
qq_叫我小明_LUo  发表于 2018-11-14 17:43:21  
14#
6666666666666
回复 收起回复
使用道具
zjg1989821  发表于 2018-11-14 22:21:54  
15#
看到这么好的帖如同回到初恋的年代
回复 收起回复
使用道具
zjg1989821  发表于 2018-11-14 22:21:56  
16#
看到这么好的帖如同回到初恋的年代
回复 收起回复
使用道具
zjg1989821  发表于 2018-11-14 22:22:00  
17#
看到这么好的帖如同回到初恋的年代
回复 收起回复
使用道具
zjg1989821  发表于 2018-11-14 22:22:03  
18#
看到这么好的帖如同回到初恋的年代
回复 收起回复
使用道具
zjg1989821  发表于 2018-11-14 22:22:06  
19#
看到这么好的帖如同回到初恋的年代
回复 收起回复
使用道具
zjg1989821  发表于 2018-11-14 22:22:08  
20#
看到这么好的帖如同回到初恋的年代
回复 收起回复
使用道具
12下一页

快来发表你宝贵的意见吧!

火多多 实名

通过了实名认证的内容创造者

  

主题
2
精华
1
超神
0
扩散
0
微金
0
智慧
0
余额
1
在线时间
61 小时

长枪

快速回复 返回顶部 返回列表