From 9063e60aefe54f7c45aaa8cb24e8998b2c7343ab Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:55 -0500 Subject: Second Life viewer sources 1.20.10 --- linden/indra/newview/llspatialpartition.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'linden/indra/newview/llspatialpartition.h') diff --git a/linden/indra/newview/llspatialpartition.h b/linden/indra/newview/llspatialpartition.h index bbd4add..b4b1101 100644 --- a/linden/indra/newview/llspatialpartition.h +++ b/linden/indra/newview/llspatialpartition.h @@ -66,7 +66,6 @@ public: LLPointer mVertexBuffer; LLPointer mTexture; - LLPointer mReflectionMap; LLColor4U mGlowColor; S32 mDebugColor; const LLMatrix4* mTextureMatrix; @@ -262,7 +261,6 @@ public: LLPointer mVertexBuffer; F32* mOcclusionVerts; GLuint mOcclusionQuery; - LLPointer mReflectionMap; U32 mBufferUsage; draw_map_t mDrawMap; @@ -314,8 +312,6 @@ public: virtual void rebuildGeom(LLSpatialGroup* group); S32 cull(LLCamera &camera, std::vector* results = NULL, BOOL for_select = FALSE); // Cull on arbitrary frustum - void markReimage(LLSpatialGroup* group); - void processImagery(LLCamera* camera); BOOL isVisible(const LLVector3& v); @@ -326,23 +322,12 @@ public: void restoreGL(); void resetVertexBuffers(); -protected: - - typedef std::set > spatial_group_set_t; - spatial_group_set_t mSpatialGroups; - - typedef std::queue > spatial_group_queue_t; - - //things that need an image update - spatial_group_queue_t mImageQueue; - public: LLSpatialGroup::OctreeNode* mOctree; BOOL mOcclusionEnabled; // if TRUE, occlusion culling is performed BOOL mInfiniteFarClip; // if TRUE, frustum culling ignores far clip plane U32 mBufferUsage; BOOL mRenderByGroup; - BOOL mImageEnabled; U32 mLODSeed; U32 mLODPeriod; //number of frames between LOD updates for a given spatial group (staggered by mLODSeed) U32 mVertexDataMask; -- cgit v1.1