Massive sunshine/viewer-dev catchup. Further implemented serverside baking and added/updated metrics feedback.
This commit is contained in:
@@ -48,7 +48,7 @@ std::vector<LLVolumeImplFlexible*> LLVolumeImplFlexible::sInstanceList;
|
||||
std::vector<U32> LLVolumeImplFlexible::sUpdateDelay;
|
||||
|
||||
static LLFastTimer::DeclareTimer FTM_FLEXIBLE_REBUILD("Rebuild");
|
||||
static LLFastTimer::DeclareTimer FTM_DO_FLEXIBLE_UPDATE("Update");
|
||||
static LLFastTimer::DeclareTimer FTM_DO_FLEXIBLE_UPDATE("Flexible Update");
|
||||
|
||||
// LLFlexibleObjectData::pack/unpack now in llprimitive.cpp
|
||||
|
||||
@@ -361,7 +361,7 @@ void LLVolumeImplFlexible::doIdleUpdate()
|
||||
if (visible)
|
||||
{
|
||||
if (!drawablep->isState(LLDrawable::IN_REBUILD_Q1) &&
|
||||
mVO->getPixelArea() > 256.f)
|
||||
pixel_area > 256.f)
|
||||
{
|
||||
U32 id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user