#include "llviewerprecompiledheaders.h"
#include "llvovolume.h"
#include "llviewercontrol.h"
#include "lldir.h"
#include "llflexibleobject.h"
#include "llmaterialtable.h"
#include "llprimitive.h"
#include "llvolume.h"
#include "llvolumemgr.h"
#include "llvolumemessage.h"
#include "material_codes.h"
#include "message.h"
#include "object_flags.h"
#include "llagent.h"
#include "lldrawable.h"
#include "lldrawpoolsimple.h"
#include "lldrawpoolbump.h"
#include "llface.h"
#include "llhudmanager.h"
#include "llanimalcontrols.h"
#include "llsky.h"
#include "llviewercamera.h"
#include "llviewerimagelist.h"
#include "llviewerregion.h"
#include "llviewertextureanim.h"
#include "llworld.h"
#include "llselectmgr.h"
#include "pipeline.h"
Include dependency graph for llvovolume.cpp:
Go to the source code of this file.
Variables | |
const S32 | MIN_QUIET_FRAMES_COALESCE = 30 |
const F32 | FORCE_SIMPLE_RENDER_AREA = 512.f |
const F32 | FORCE_CULL_AREA = 8.f |
const S32 | SCULPT_REZ = 128 |
BOOL | gAnimateTextures = TRUE |
BOOL | gHideSelectedObjects |
Copyright (c) 2001-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llvovolume.cpp.
const F32 FORCE_CULL_AREA = 8.f |
Definition at line 71 of file llvovolume.cpp.
Referenced by LLGeometryManager::addGeometryCount(), and LLVolumeGeometryManager::rebuildGeom().
const F32 FORCE_SIMPLE_RENDER_AREA = 512.f |
BOOL gAnimateTextures = TRUE |
Definition at line 74 of file llvovolume.cpp.
Referenced by LLVOVolume::idleUpdate(), and LLViewerObjectList::update().
Definition at line 107 of file llselectmgr.cpp.
const S32 MIN_QUIET_FRAMES_COALESCE = 30 |
Definition at line 69 of file llvovolume.cpp.
const S32 SCULPT_REZ = 128 |