ddddwee1 / MMD_3D_POSE_Converter

Convert 3D Human Pose to VMD file
Do What The F*ck You Want To Public License
14 stars 1 forks source link

in convert_pose.py, how does the initial orientation come? #2

Open crazy-night opened 2 months ago

crazy-night commented 2 months ago

I'm planning on export more keypoints to generate vmd. And I meet difficult when trying to add more skeleton. I dont know why in "initial = QQuaternion.fromDirection(QVector3D(0,1,0), QVector3D(0,0,1))" it's from (0,1,0) to (0,0,1). How to set initial orientations?

crazy-night commented 2 months ago

@ddddwee1