Download List

프로젝트 설명

Java libraries and applications, modifying and generating motion files for MikuMikuDance.

System Requirements

System requirement is not defined

Released at 2015-08-01 14:30
MMDMotion 1.5 (2 files Hide)

Release Notes

MikuMikuDance Motion Library for Java (Core Library)

This can

  • read MMD Motion files (VMD,CSV),
  • adapt motions to MMD Model Files (PMD,PMX,CSV),
  • get locations and coordinates from MMD Models,
  • create new MMD Motions,
  • write into MMD Motion files (VMD, CSV).
  • Precalculated Inverse Kinematics Solver (IK solver).

MikuMikuDance Motion Library for Java (Core Library)

これは、

  • MMD モーションファイル(VMD,CSV)を読み取る
  • モーションを MMD Model ファイル (PMD,PMX,CSV)に適用する.
  • MMD モデルから、位置や座標を読み取る.
  • 新しいMMD モーションも作れる
  • モーションを MMD モーションファイル(VMD, CSV)に書くこともできる
  • 事前計算でインバース・キネマティクスができる (IK solver)

ものです。

Changelog

MMDMotion, Changing History

1.5 (2015-08-01)

  • class IKSolver integrated.
  • Generics on class Pose and simplified extended classes.
  • new Methods
    • Bone.addExternalChild: external Parent-child Bone connection
    • Motion.remove: removing key frame.

MMD Motion 変更履歴

1.5 (2015-08-01)

  • IKSolver クラスの統合 (MMDIKSolver は完全にGUIアプリケーションになります)
  • Pose の一般化とそれによる Motion の大幅な簡略化
  • 追加メソッド:
    • Bone.addExternalChild 外部親子接続
    • Motion.remove 関連