noname0310 / babylon-mmd

babylon.js mmd loader and runtime
https://noname0310.github.io/babylon-mmd/
MIT License
132 stars 7 forks source link

Whether there are plans to support the pmd format #7

Closed spencer17x closed 1 year ago

spencer17x commented 1 year ago

Such as title

noname0310 commented 1 year ago

(I want you to know the context that babylon-mmd was made for modern MMD, not for nostalgia) The pmd format is not currently used well, so there are no implementation plans yet.

You can open the pmd file in PMX Editor and save it as pmx.

If you want to support the pmd file, please let me know the reason.

spencer17x commented 1 year ago

Because the MMDLoader of three.js supports PMD, PMX, VMD, and VPD files

noname0310 commented 1 year ago

I think it's hard to give a reason that we have to implement it as well because three.js MMDLoader is implementing it. Rather than that, I'm asking the essential reason for loading pmd or vpd.

noname0310 commented 1 year ago

To make babylon-mmd the most solid solution for loading mmd in browsers, I implemented a pmd loader this week.

Check the changelog for details.