This commit is contained in:
Shyotl
2011-04-12 15:24:31 -05:00
parent e9147cb7fb
commit 125a90e46b
5 changed files with 1 additions and 7 deletions

View File

@@ -38,7 +38,6 @@
#include "llgl.h"
#include "llagent.h"
#include "llrendersphere.h"
#include "llimagegl.h"
#include "llviewerobjectlist.h"
#include "lldrawable.h"

View File

@@ -37,9 +37,6 @@
#include "lluuid.h"
#include "v4coloru.h"
#include "llinterp.h"
#include "llframetimer.h"
#include "llmemory.h"
const F32 LL_HUD_DUR_SHORT = 1.f;

View File

@@ -43,7 +43,6 @@
#include "llgl.h"
#include "llglheaders.h"
#include "llhudrender.h"
#include "llimagegl.h"
#include "llrendersphere.h"
#include "llviewercamera.h"
#include "llvoavatar.h"

View File

@@ -35,7 +35,6 @@
#include "llhudeffecttrail.h"
#include "llviewercontrol.h"
#include "llimagegl.h"
#include "message.h"
#include "llagent.h"

View File

@@ -408,7 +408,7 @@ public:
BOOL mOcclusionEnabled; // if TRUE, occlusion culling is performed
BOOL mInfiniteFarClip; // if TRUE, frustum culling ignores far clip plane
U32 mBufferUsage;
BOOL mRenderByGroup;
const BOOL mRenderByGroup;
U32 mLODSeed;
U32 mLODPeriod; //number of frames between LOD updates for a given spatial group (staggered by mLODSeed)
U32 mVertexDataMask;