Skip to content

Commit 29d037d

Browse files
authored
Add files via upload
Modded MMDLoader.js (to simply state "Loading Model..." which will persist if Model has issues.
1 parent eb560cc commit 29d037d

File tree

2 files changed

+2027
-0
lines changed

2 files changed

+2027
-0
lines changed

libs/MMDLoader.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,9 +819,13 @@ THREE.MMDLoader = ( function () {
819819
if ( morph2.type === 1 ) {
820820

821821
updateAttributes( attribute, morph2, ratio );
822+
// document.getElementById('readystate') && (document.getElementById('readystate').innerHTML = "<b>Loading Model</b>");
823+
document.getElementById('error') && (document.getElementById('error').innerHTML = "<b><u>Loading Model</u></b>");
824+
822825

823826
} else {
824827

828+
825829
// TODO: implement
826830

827831
}

0 commit comments

Comments
 (0)