JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
NiVMDTool.cpp File Reference
#include "NiVMDTool.h"
Include dependency graph for NiVMDTool.cpp:

Go to the source code of this file.

Variables

static std::string _VMDJointName []
 
static std::string _VMDJointName_eng []
 
static int _VMD2NiJointNum []
 

Variable Documentation

◆ _VMD2NiJointNum

int _VMD2NiJointNum[]
static
Initial value:
=
{
-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.

127{
128 -1, 0,
129 1, 2, 3, 4, 5, 6,
130 -1, 7, 8, 9, 10,
131 11, 12, -1, 13, -1, 14, 15,
132 17, 18, -1, 19, -1, 20, 21,
133 23, 24, 25, 26, 27, -1,
134 28, 29, 30, 31, 32, -1
135};

Referenced by jbxwl::VMD2NiJointNum().

◆ _VMDJointName

std::string _VMDJointName[]
static
Initial value:
=
{
"全ての親", "センター",
"下半身", "上半身", "上半身2", "首", "頭", "頭先",
"両目", "左目", "右目", "左胸", "右胸",
"左肩", "左腕", "左腕捩", "左ひじ", "左手捩", "左手首", "左手先",
"右肩", "右腕", "右腕捩", "右ひじ", "右手捩", "右手首", "右手先",
"左足", "左ひざ", "左足IK", "左足首", "左つま先", "左つま先IK",
"右足", "右ひざ", "右足IK", "右足首", "右つま先", "右つま先IK"
}

Definition at line 9 of file NiVMDTool.cpp.

10{
11 // SJIS
12 "全ての親", "センター",
13 "下半身", "上半身", "上半身2", "首", "頭", "頭先",
14 "両目", "左目", "右目", "左胸", "右胸",
15
16 "左肩", "左腕", "左腕捩", "左ひじ", "左手捩", "左手首", "左手先",
17 "右肩", "右腕", "右腕捩", "右ひじ", "右手捩", "右手首", "右手先",
18
19
20 "左足", "左ひざ", "左足IK", "左足首", "左つま先", "左つま先IK",
21 "右足", "右ひざ", "右足IK", "右足首", "右つま先", "右つま先IK"
22};

Referenced by jbxwl::VMDJointName(), and jbxwl::VMDJointNum().

◆ _VMDJointName_eng

std::string _VMDJointName_eng[]
static
Initial value:
=
{
"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.

27{
28 "parent", "center",
29 "lower body", "upper body", "upper body2", "neck", "head", "skull",
30 "eyes", "eye_L", "eye_R", "bust_L", "bust_R",
31
32 "shoulder_L", "arm_L", "arm twist_L", "elbow_L", "wrist twist_L", "wrist_L", "c wrist l",
33 "shoulder_R", "arm_R", "arm twist_R", "elbow_R", "wrist twist_R", "wrist_R", "c wrist r",
34
35 "leg_L", "knee_L", "leg_IK_L", "ankle_L", "toe_L", "toe_IK_L",
36 "leg_R", "knee_R", "leg_IK_R", "ankle_R", "toe_R", "toe_IK_R"
37};

Referenced by jbxwl::VMDJointNum().