final settings tweaks

renamed BackShpereCullingRadius to BackSphereCullingRadius
master
Richard Linden 2013-11-06 20:05:28 -08:00
parent c4fc085f74
commit d71cafa4bc
3 changed files with 7 additions and 7 deletions

View File

@ -742,7 +742,7 @@
<key>Value</key>
<integer>40</integer>
</map>
<key>BackShpereCullingRadius</key>
<key>BackSphereCullingRadius</key>
<map>
<key>Comment</key>
<string>Radius of back sphere in meters, objects behind camera but within this radius are loaded for rendering</string>
@ -751,7 +751,7 @@
<key>Type</key>
<string>F32</string>
<key>Value</key>
<real>20.0</real>
<real>100.0</real>
</map>
<key>BottomPanelNew</key>
<map>
@ -6456,7 +6456,7 @@
<key>Type</key>
<string>S32</string>
<key>Value</key>
<integer>64</integer>
<integer>200</integer>
</map>
<key>NewObjectCreationThrottleDelayTime</key>
<map>
@ -6577,7 +6577,7 @@
<key>Type</key>
<string>U32</string>
<key>Value</key>
<integer>64</integer>
<integer>300</integer>
</map>
<key>NoPreload</key>
<map>
@ -7121,7 +7121,7 @@
<key>Type</key>
<string>F32</string>
<key>Value</key>
<real>16.0</real>
<real>100.0</real>
</map>
<key>ParcelMediaAutoPlayEnable</key>
<map>

View File

@ -1379,7 +1379,7 @@ BOOL LLViewerRegion::isViewerCameraStatic()
void LLViewerRegion::killInvisibleObjects(F32 max_time)
{
static LLCachedControl<F32> back_sphere_radius(gSavedSettings,"BackShpereCullingRadius");
static LLCachedControl<F32> back_sphere_radius(gSavedSettings,"BackSphereCullingRadius");
if(!sVOCacheCullingEnabled)
{

View File

@ -752,7 +752,7 @@ void LLVOCachePartition::selectBackObjects(LLCamera &camera, F32 back_sphere_rad
S32 LLVOCachePartition::cull(LLCamera &camera, bool do_occlusion)
{
static LLCachedControl<bool> use_object_cache_occlusion(gSavedSettings,"UseObjectCacheOcclusion");
static LLCachedControl<F32> back_sphere_radius(gSavedSettings,"BackShpereCullingRadius");
static LLCachedControl<F32> back_sphere_radius(gSavedSettings,"BackSphereCullingRadius");
if(!LLViewerRegion::sVOCacheCullingEnabled)
{