随笔分类 -  CG

摘要:Shader "Custom/cvjarEarth" { Properties{ _MainTex("myTexture", 2D) = "white"{} _Cloud("mycolor", 2D) ="white"{} } S... 阅读全文
posted @ 2015-05-29 16:39 Cvjar 阅读(270) 评论(0) 推荐(0)
摘要:Shader "Custom/LogoShader" { Properties { _MainTex ("Texture", 2D) = "white" {} } SubShader { Tags {"Queue"="Transparent" "Igno... 阅读全文
posted @ 2015-05-29 16:38 Cvjar 阅读(448) 评论(0) 推荐(0)
摘要:Shader "Custom/Texgun" { Properties {// _MainTex ("Base (RGB)", 2D) = "white" {TexGen SphereMap} //镜反射,水晶球// _MainTex ("Base (R... 阅读全文
posted @ 2015-05-29 16:37 Cvjar 阅读(176) 评论(0) 推荐(0)
摘要:Shader "Custom/multipass" { Properties { _MainTex ("Base (RGB)", 2D) = "white" {} } SubShader { Tags { "RenderType"="Opaque" } ... 阅读全文
posted @ 2015-05-29 16:31 Cvjar 阅读(235) 评论(0) 推荐(0)