# PMX Zip Loader A collection of JavaScript libraries and utilities for loading and handling MMD (MikuMikuDance) models and animations using Three.js. --- ## Included Files and Checksums | File | MD5 Checksum | |------------------------|-------------------------------------| | ammo.min.js | 2b9e0d61ee837ab1f8d2c189d3182b65 | | CCDIKSolver.js | 14a67e16f1620e86a1bf47add2cf8dc2 | | MMDAnimationHelper.js | ada4ff3d55c28f87b9ba301bb82fac7e | | MMDLoader.js | 12d36dd5a55d70736214c0fc316af320 | | MMDLoader.js.orig | f82d61afe34c7de18b0adc3d1f59348b | | mmd-loader.min.js | c3041dcf588c2cc3f8a9866497ee787a | | mmdparser.min.js | 543372130dab2337cc8158b904068a28 | | mmdparser-obsolete.min.js | 543372130dab2337cc8158b904068a28 | | MMDPhysics.js | 3d6ea9133522d293b69d8db6eaff00dd | | OrbitControls.js | e1aab2c938f25bbac4b6d327e551fac0 | | OutlineEffect.js | 14a675124f646040d5a34cea3f3c854c | | Stats.min.js | b134a94301558097e6880e870dd0c166 | | TGALoader.js | a98fce8285c995df26eb9a00f915ec52 | | three.js.noboneerr | 828532a6c967fa58a79ef10ad49d9f24 | | three.min.js | eb8549863a97355411c3259a3f93b8e1 | | three.module.js | 9274bccc27ba09a42f61eb971687f78d | | three.module.min.js | 8477f142c1d8e670968cb678788ce041 | | Vmd.js | 5b6f1505c7b6b0e32e5bb26ec33c54c4 | | VmdFileParser.js | a4854fd3bc0aa2b86e1d8adc9425149e | --- ## Original Sources - `ammo.js` from [npm/ammo.js@0.0.10](https://www.npmjs.com/package/ammo.js) - `mmd-loader.js` from [npm/three-mmd-loader@0.0.11](https://www.npmjs.com/package/three-mmd-loader) - Three.js core libraries and extensions - License: MIT (2010-2021 Three.js Authors) - SPDX-License-Identifier: MIT --- ## Usage Preferably serve all files from a web server environment. Example URL format for loading PMX model zip files: https://yusaao.org/bowlroll/pmxziploader.html?pmx=/bowlroll/models/Shanoa.zip The `pmx` query parameter points to the zipped PMX model file. --- ## License - Most libraries and loaders are under the MIT license (see Three.js license for details). - Check individual packages for their respective licenses