Skip to content
vp666.cn
搜索
K
Main Navigation
首页
图形学
数学
编程
经验
Unity
Godot
Unreal
Appearance
Menu
Return to top
页面导航
【阴影】
接收阴影
如不想接收阴影,参考Tags的
"ForceNoShadowCasting"="True"
投射阴影
注意:
SV_POSITION 变量名必须为pos
必须存在 FallBack "Diffuse"
需要'#pragma multi_compile_fwdbase_fullshadows'
需要'#pragma target 3.0'