JunkBox_Win_Lib 1.5.3
|
Go to the source code of this file.
Namespaces | |
namespace | jbxwl |
Macros | |
#define | BVH_ADD_JOINTNAME_TXT "bvh_joint_name.txt" |
#define | BVH_SAVE_FORMAT_QAV 0 |
#define | BVH_SAVE_FORMAT_SL 1 |
#define | BVH_SAVE_FORMAT_NI 2 |
#define | add_bvh_name(p, n, j) add_tList_node_bystr((p), (n), 0, (j), NULL, NULL, 0) |
Functions | |
tList * | setBVHJointName (void) |
tList * | addBVHJointName (char *fname, tList *lt) |
int | BVHJoint2NiJointNum (tList *lt, Buffer joint_name) |
tTree * | makeBVH_SLHierarchy (void) |
tTree * | makeBVH_QAvHierarchy (void) |
tTree * | makeBVH_NiHierarchy (void) |
vector | getQAvBVHOffset (int joint) |
#define add_bvh_name | ( | p, | |
n, | |||
j ) add_tList_node_bystr((p), (n), 0, (j), NULL, NULL, 0) |
Definition at line 17 of file NiBVHName.h.
Referenced by jbxwl::addBVHJointName(), and jbxwl::setBVHJointName().
#define BVH_ADD_JOINTNAME_TXT "bvh_joint_name.txt" |
Definition at line 10 of file NiBVHName.h.
Referenced by CNiBVHTool::readFile().
#define BVH_SAVE_FORMAT_NI 2 |
Definition at line 14 of file NiBVHName.h.
Referenced by CNiFileTool::writeBVHFile().
#define BVH_SAVE_FORMAT_QAV 0 |
Definition at line 12 of file NiBVHName.h.
Referenced by CNiFileTool::writeBVHFile().
#define BVH_SAVE_FORMAT_SL 1 |
Definition at line 13 of file NiBVHName.h.
Referenced by CNiFileTool::writeBVHFile().