summaryrefslogtreecommitdiff
path: root/indra/llcharacter/llbvhloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcharacter/llbvhloader.h')
-rw-r--r--indra/llcharacter/llbvhloader.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/indra/llcharacter/llbvhloader.h b/indra/llcharacter/llbvhloader.h
index 13801939db..6937b9d835 100644
--- a/indra/llcharacter/llbvhloader.h
+++ b/indra/llcharacter/llbvhloader.h
@@ -37,9 +37,9 @@
#include "m3math.h"
#include "llmath.h"
#include "llapr.h"
+#include "llbvhconsts.h"
const S32 BVH_PARSER_LINE_SIZE = 2048;
-const F32 MAX_ANIM_DURATION = 30.f;
class LLDataPacker;
//------------------------------------------------------------------------
@@ -132,12 +132,6 @@ struct Joint
};
-typedef enum e_constraint_type
-{
- CONSTRAINT_TYPE_POINT,
- CONSTRAINT_TYPE_PLANE
-} EConstraintType;
-
struct Constraint
{
char mSourceJointName[16]; /* Flawfinder: ignore */