Cleanup
This commit is contained in:
@@ -38,7 +38,6 @@
|
|||||||
#include "llgl.h"
|
#include "llgl.h"
|
||||||
#include "llagent.h"
|
#include "llagent.h"
|
||||||
#include "llrendersphere.h"
|
#include "llrendersphere.h"
|
||||||
#include "llimagegl.h"
|
|
||||||
|
|
||||||
#include "llviewerobjectlist.h"
|
#include "llviewerobjectlist.h"
|
||||||
#include "lldrawable.h"
|
#include "lldrawable.h"
|
||||||
|
|||||||
@@ -37,9 +37,6 @@
|
|||||||
|
|
||||||
#include "lluuid.h"
|
#include "lluuid.h"
|
||||||
#include "v4coloru.h"
|
#include "v4coloru.h"
|
||||||
#include "llinterp.h"
|
|
||||||
#include "llframetimer.h"
|
|
||||||
#include "llmemory.h"
|
|
||||||
|
|
||||||
const F32 LL_HUD_DUR_SHORT = 1.f;
|
const F32 LL_HUD_DUR_SHORT = 1.f;
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,6 @@
|
|||||||
#include "llgl.h"
|
#include "llgl.h"
|
||||||
#include "llglheaders.h"
|
#include "llglheaders.h"
|
||||||
#include "llhudrender.h"
|
#include "llhudrender.h"
|
||||||
#include "llimagegl.h"
|
|
||||||
#include "llrendersphere.h"
|
#include "llrendersphere.h"
|
||||||
#include "llviewercamera.h"
|
#include "llviewercamera.h"
|
||||||
#include "llvoavatar.h"
|
#include "llvoavatar.h"
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
#include "llhudeffecttrail.h"
|
#include "llhudeffecttrail.h"
|
||||||
|
|
||||||
#include "llviewercontrol.h"
|
#include "llviewercontrol.h"
|
||||||
#include "llimagegl.h"
|
|
||||||
#include "message.h"
|
#include "message.h"
|
||||||
|
|
||||||
#include "llagent.h"
|
#include "llagent.h"
|
||||||
|
|||||||
@@ -408,7 +408,7 @@ public:
|
|||||||
BOOL mOcclusionEnabled; // if TRUE, occlusion culling is performed
|
BOOL mOcclusionEnabled; // if TRUE, occlusion culling is performed
|
||||||
BOOL mInfiniteFarClip; // if TRUE, frustum culling ignores far clip plane
|
BOOL mInfiniteFarClip; // if TRUE, frustum culling ignores far clip plane
|
||||||
U32 mBufferUsage;
|
U32 mBufferUsage;
|
||||||
BOOL mRenderByGroup;
|
const BOOL mRenderByGroup;
|
||||||
U32 mLODSeed;
|
U32 mLODSeed;
|
||||||
U32 mLODPeriod; //number of frames between LOD updates for a given spatial group (staggered by mLODSeed)
|
U32 mLODPeriod; //number of frames between LOD updates for a given spatial group (staggered by mLODSeed)
|
||||||
U32 mVertexDataMask;
|
U32 mVertexDataMask;
|
||||||
|
|||||||
Reference in New Issue
Block a user