Download List

Descripción del Proyecto

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

System Requirements

System requirement is not defined

Publicado: 2015-11-05 17:38
MMDMotion 1.5.1 (2 files Ocultar)

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

1.5.1 (2015-10-25)

  • made Matrix, Vector3D as constants. you don't need to clone any more.
  • a bugfix on Matrix.inverse().
  • JUnit automatic unit tests.
  • A bugfix on Bone.rotation (a big bug on Bones having local axises.)

1.5.1 (2015-10-25)

  • Matrix, Vector3D の定数化. clone する必要が無くなる.
  • 逆行列のバグフィクス.
  • JUnit 単体テスト.
  • Bone.rotationのバグフィクス(ローカル初期軸を持つボーンでバグだったもの).