纳金网
标题:
可调节反射程度的镜面效果
[打印本页]
作者:
王者再临
时间:
2014-2-23 01:47
标题:
可调节反射程度的镜面效果
可调节反射程度的镜面效果
复制内容到剪贴板代码:
Shader "FX/Mirror Blend" {
Properties {
_MainTex ("Base (RGB) RefStrength (A)", 2D) = "white" {}
_ReflectionTex ("Reflection", 2D) = "white" { TexGen ObjectLinear }
}
// two texture cards: full thing
Subshader {
Pass {
SetTexture [_ReflectionTex] { matrix [_ProjMatrix] combine texture }
SetTexture [_MainTex] { combine texture lerp (texture) previous }
}
}
// fallback: just main texture
Subshader {
Pass {
SetTexture [_MainTex] { combine texture }
}
}
}
复制代码
作者:
Chubbaz
时间:
2014-2-23 07:04
謝謝你的分享!教程
作者:
蜗牛
时间:
2014-2-23 11:28
谢谢 共享 。。。。。。。。。
作者:
kikkik7000
时间:
2014-2-23 18:38
Thanks for sharing !
作者:
BlueGem
时间:
2014-2-24 16:21
感谢分享
欢迎光临 纳金网 (http://course.narkii.com/club/)
Powered by Discuz! X2.5