summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-02-26 15:16:02 -0600
committerDave Parks <davep@lindenlab.com>2013-02-26 15:16:02 -0600
commiteb859ce5c18d4310ae4828d6964b2e8c088ee95f (patch)
treec6e0b0a70128acfb16c58c66cde76b69e0acd221 /indra/llmath/llvolume.h
parente82667e3e879d33a2cc94a24cb258a5837c04357 (diff)
parentf5e5396c3a17b6bcdc4eb49cda304a9047920fe1 (diff)
Automated merge with https://bitbucket.org/lindenlab/viewer-cat
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r--indra/llmath/llvolume.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h
index c845556557..99158c1c44 100644
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -933,6 +933,9 @@ public:
LLOctreeNode<LLVolumeTriangle>* mOctree;
+ //whether or not face has been cache optimized
+ BOOL mOptimized;
+
private:
BOOL createUnCutCubeCap(LLVolume* volume, BOOL partial_build = FALSE);
BOOL createCap(LLVolume* volume, BOOL partial_build = FALSE);