Make occlusion boundingbox 'fudge' settings adjustable via SHOcclusionFudge saved setting.

This commit is contained in:
Shyotl
2012-11-09 18:20:45 -06:00
parent 81c7445744
commit 9aca1f41f3
2 changed files with 21 additions and 8 deletions

View File

@@ -195,6 +195,17 @@
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>SHOcclusionFudge</key>
<map>
<key>Comment</key>
<string>Padding added to occlusion bounds. Larger = less aggressive occlusion/less pop-in.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>F32</string>
<key>Value</key>
<integer>.25</integer>
</map>
</map>
</llsd>