Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ loader.load(
// URL of the model you want to load
'/models/miku_v2.pmd',
// called when the resource is loaded
mesh => scene.add(mesh),
mmd => scene.add(mmd.mesh),
// called while loading is progressing
progress => console.log('Loading model...', 100.0 * (progress.loaded / progress.total), '%'),
// called when loading has errors
Expand All @@ -44,12 +44,12 @@ loader.load(

## See also

- [noname0310/mmd-parser](https://github.com/noname0310/mmd-parser)
- [noname0310/babylon-mmd](https://github.com/noname0310/babylon-mmd)
- [pixiv/three-vrm](https://github.com/pixiv/three-vrm/)

## License

[MIT](LICENSE.md)

This project is based on the code from [three.js](https://github.com/mrdoob/three.js/tree/r171) and [three-ts-types](https://github.com/three-types/three-ts-types/tree/r171) r171.
This project is based on the code from [babylon-mmd](https://github.com/noname0310/babylon-mmd),
[three.js](https://github.com/mrdoob/three.js/tree/r171) and [three-ts-types](https://github.com/three-types/three-ts-types/tree/r171) r171.
13 changes: 0 additions & 13 deletions examples/basic/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basic/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions examples/basic/src/app.css

This file was deleted.

3 changes: 0 additions & 3 deletions examples/basic/src/assets/LICENSE.md

This file was deleted.

35 changes: 0 additions & 35 deletions examples/basic/src/assets/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions examples/basic/src/assets/miku/README.md

This file was deleted.

389 changes: 0 additions & 389 deletions examples/basic/src/assets/miku/README_miku_v2.txt

This file was deleted.

Binary file removed examples/basic/src/assets/miku/eyeM2.bmp
Binary file not shown.
Binary file removed examples/basic/src/assets/miku/miku_v2.pmd
Binary file not shown.
16 changes: 0 additions & 16 deletions examples/basic/src/assets/vmds/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions examples/basic/src/assets/vmds/README_wavefile.txt

This file was deleted.

41 changes: 0 additions & 41 deletions examples/basic/src/assets/vmds/README_wavefile_camera.txt

This file was deleted.

Binary file removed examples/basic/src/assets/vmds/wavefile_camera.vmd
Binary file not shown.
Binary file removed examples/basic/src/assets/vmds/wavefile_v2.vmd
Binary file not shown.
10 changes: 0 additions & 10 deletions examples/basic/src/lib/loader.ts

This file was deleted.

91 changes: 0 additions & 91 deletions examples/basic/src/main.css

This file was deleted.

Loading
Loading