#include "NiVMDTool.h"
Go to the source code of this file.
Variables | |
| static std::string | _VMDJointName [] |
| static std::string | _VMDJointName_eng [] |
| static int | _VMD2NiJointNum [] |
int _VMD2NiJointNum[] [static] |
{
-1, 0,
1, 2, 3, 4, 5, 6,
-1, 7, 8, 9, 10,
11, 12, -1, 13, -1, 14, 15,
17, 18, -1, 19, -1, 20, 21,
23, 24, 25, 26, 27, -1,
28, 29, 30, 31, 32, -1
}
Definition at line 126 of file NiVMDTool.cpp.
Referenced by jbxwl::VMD2NiJointNum().
std::string _VMDJointName[] [static] |
{
"全ての親", "センター",
"下半身", "上半身", "上半身2", "首", "頭", "頭先",
"両目", "左目", "右目", "左胸", "右胸",
"左肩", "左腕", "左腕捩", "左ひじ", "左手捩", "左手首", "左手先",
"右肩", "右腕", "右腕捩", "右ひじ", "右手捩", "右手首", "右手先",
"左足", "左ひざ", "左足IK", "左足首", "左つま先", "左つま先IK",
"右足", "右ひざ", "右足IK", "右足首", "右つま先", "右つま先IK"
}
Definition at line 9 of file NiVMDTool.cpp.
Referenced by jbxwl::VMDJointName(), and jbxwl::VMDJointNum().
std::string _VMDJointName_eng[] [static] |
{
"parent", "center",
"lower body", "upper body", "upper body2", "neck", "head", "skull",
"eyes", "eye_L", "eye_R", "bust_L", "bust_R",
"shoulder_L", "arm_L", "arm twist_L", "elbow_L", "wrist twist_L", "wrist_L", "c wrist l",
"shoulder_R", "arm_R", "arm twist_R", "elbow_R", "wrist twist_R", "wrist_R", "c wrist r",
"leg_L", "knee_L", "leg_IK_L", "ankle_L", "toe_L", "toe_IK_L",
"leg_R", "knee_R", "leg_IK_R", "ankle_R", "toe_R", "toe_IK_R"
}
Definition at line 26 of file NiVMDTool.cpp.
Referenced by jbxwl::VMDJointNum().
1.6.1