201708-23 【Unity3D】Game显示模型网格Mesh 创建一个Shader Shader "Wireframe/WFShader" { Properties { _Color ("Line Color", Color) = (1,1,1,1) _MainTex ("Main Texture", 2D) = "white" {.... Read More >
201707-25 【Unity3D】 Unity3D Shader之外发光材质 Shader "Faye/OutLightting" { Properties { _MainTex("Texture (RGB)", 2D) = "black" {} _Color("Color", Color) = (0, 0, 0, 1) _AtmoColor("Atmosphere Colo.... Read More >