syoyo / MMDLoader

Simple MMD(PMD/VMD) loader in C++
Other
106 stars 30 forks source link

Support pmx format #4

Open onlyuser opened 8 years ago

onlyuser commented 8 years ago

pmx format is becoming more common on bowlroll, and has fewer limitations than pmd/vmd.

onlyuser commented 8 years ago

Here's some references for pmx file format.

https://gist.github.com/felixjones/f8a06bd48f9da9a4539f https://gist.github.com/felixjones/8ad4a1e50bbced75b46b https://github.com/oguna/MMDFormats https://github.com/kanryu/pmx

syoyo commented 8 years ago

You are better to use glTF, which is open and standarized format: https://github.com/KhronosGroup/glTF

onlyuser commented 8 years ago

Wow. Khronos MMD!