summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2009-11-13 17:01:56 -0600
committerDave Parks <davep@lindenlab.com>2009-11-13 17:01:56 -0600
commitc02702f3871979cb7745b49aa502ac3c71f77681 (patch)
treef3bc57b17e276068ad68884c8087c30f97620817 /indra/llmath/llvolume.h
parent0c50236a944898502405a31aa1f0b6ae61ae38ae (diff)
CTS-7 Add hard edge threshold capability to normal generation.
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 9f595ccbc4..d2727d8f21 100644
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -814,6 +814,7 @@ public:
bool operator<(const VertexData& rhs) const;
bool operator==(const VertexData& rhs) const;
+ bool compareNormal(const VertexData& rhs, F32 angle_cutoff) const;
};
enum