summaryrefslogtreecommitdiff
path: root/indra/llcharacter/llbvhloader.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-05-08 11:16:51 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-05-08 11:16:51 -0400
commit940adfe4d02ab0ecf69635afe7f959abe1fe2c44 (patch)
tree59fa63e34504193c1230bfd47cfc38deb2594bff /indra/llcharacter/llbvhloader.h
parentfde0868231a25b8c9ce03a86cb53f1738d35688d (diff)
WIP bvh diagnostics
Diffstat (limited to 'indra/llcharacter/llbvhloader.h')
-rwxr-xr-xindra/llcharacter/llbvhloader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcharacter/llbvhloader.h b/indra/llcharacter/llbvhloader.h
index f816b76277..033d8714a9 100755
--- a/indra/llcharacter/llbvhloader.h
+++ b/indra/llcharacter/llbvhloader.h
@@ -102,6 +102,7 @@ struct Joint
mNumRotKeys = 0;
mChildTreeMaxDepth = 0;
mPriority = 0;
+ mNumChannels = 3;
}
// Include aligned members first
@@ -123,6 +124,7 @@ struct Joint
S32 mNumRotKeys;
S32 mChildTreeMaxDepth;
S32 mPriority;
+ S32 mNumChannels;
};
@@ -272,6 +274,8 @@ public:
// Returns status code.
ELoadStatus loadBVHFile(const char *buffer, char *error_text, S32 &error_line);
+ void dumpBVHInfo();
+
// Applies translations to BVH data loaded.
void applyTranslations();