玻璃效果【Unity Shader 入门精要10.2.2】

//玻璃效果 10.2.2 Shader "Unlit/Chapter10-GlassRefraction" { Properties { //玻璃的材质纹理 _MainTex ("Texture", 2D) = "white" {} //玻璃的法线纹理 _BumpMap("Normal Map",2D) = "bump"{} //模拟反射环境的纹理 _Cubemap
相关文章
相关标签/搜索