summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorKarl Stiefvater (qarl) <qarl@lindenlab.com>2009-12-01 17:40:52 -0600
committerKarl Stiefvater (qarl) <qarl@lindenlab.com>2009-12-01 17:40:52 -0600
commitbb2631180a85df343e6d816fc37d881af31d49fb (patch)
tree2d545bc834197386af2c948c6c59ff331ab5af52 /indra/llmath/llvolume.h
parentf039fa98efedc91965338ef53624279f99914205 (diff)
CTS-4 Only part of an uploaded mesh renders.
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r--indra/llmath/llvolume.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h
index 8e57f2e280..59c60ccd92 100644
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -192,6 +192,7 @@ const U8 LL_SCULPT_TYPE_MESH = 5;
const U8 LL_SCULPT_FLAG_INVERT = 64;
const U8 LL_SCULPT_FLAG_MIRROR = 128;
+const S32 LL_SCULPT_MESH_MAX_FACES = 8;
class LLProfileParams
{