Display errors encountered when loading mmd models in threejs higher than 0.130
See original GitHub issueDisplay errors encountered when loading mmd models in threejs higher than 0.130 To Reproduce
- You can download the model from Google Drive:https://drive.google.com/file/d/1eTiZ64f2k_VeH5gqUm3792DCsbKA-u5P/view or https://www.aplaybox.com/details/model/UYT56FI3wvEy, it’s a Chinese website, it supports registration with mobile phone numbers from other countries.Or you can try other mmd models, however the Miku model given in the example is fine. I guess that’s why this problem has been undiscovered for so long.
- Put it in the three.js-r136\examples\models\mmd folder
- line 111 in the three.js-r136\examples\webgl_loader_mmd.html file
const modelFile = 'models/mmd/miku/miku_v2.pmd';
change intoconst modelFile = 'models/mmd/JiaLe/JiaLe.pmx';
- Use live server or other tools to build a local server and open webgl_loader_mmd.html
Expected behavior
Normal display, this is the case at 0.129
Screenshots In the case of loading in version 0.130 In the case of loading in version 0.136 Surprisingly, the model’s hair always seems to be normal Platform:
- Device: Desktop
- OS: Windows
- Browser: Chrome97
- Three.js version: [r136]
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
MMDLoader – three.js docs
A loader for MMD resources. MMDLoader creates Three.js Objects from MMD resources as PMD, PMX, VMD, and VPD files. See MMDAnimationHelper for MMD...
Read more >Three.js Loading .OBJ error in Azure but not Locally
The error message clearly states that the file cannot be found in the given path. Obviously when you are running locally you dont...
Read more >Untitled
Payne 3 ton air conditioner cost, Klobuchar model coefficients, Vdr 2.1.2, Circus trapeze bar, Levitt janet jackson, Nelly furtado say it right lyrics....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am sorry,the Google Drive: https://drive.google.com/file/d/1eTiZ64f2k_VeH5gqUm3792DCsbKA-u5P/view
Thanks, after switching to WebGL1Renderer, the previous phenomenon no longer occurs, but occasionally there will be black borders, which is not very affecting