Template:KV Shadow:zh-cn

From Valve Developer Community
Revision as of 08:21, 16 July 2021 by 1416006136 (talk | contribs) (Created page with "{{ScrollBox|title=Shadow| {{KV|Disable Shadows|intn=disableshadows|boolean|如果实体是 {{ent|prop_static}},则阻止实体创建廉价的渲染到纹理阴影或光照...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Shadow:
Disable Shadows (disableshadows) <boolean>
如果实体是 prop_static,则阻止实体创建廉价的渲染到纹理阴影或光照贴图阴影。不影响阴影贴图
Disable ShadowDepth (disableshadowdepth) <boolean>
用于禁用此实体的阴影深度渲染(对于投影纹理)。
Projected Texture Cache (shadowdepthnocache) <choices>
用于提示投影纹理系统是否足以缓存该实体的阴影体积或强制每帧渲染它。
  • 0 : 默认
  • 1 : 无缓存 - 渲染每一帧
  • 2 : 缓存它 - 只渲染一次
Disable flashlight (disableflashlight) <boolean>
用于禁用该实体上的投影纹理光照和阴影。