You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run THREE alone successfully, just added this portion to the script and there was no visual change from everything that was loading fine, the error message in inspector is above:
I encoutered this error on node.js, in my case the cause was how the stl was loaded. I was using fs.readFileSync, which reuses the buffer to read in the file (see nodejs/node#11132). Using fs.readFile fixed the issue for me.
I ran into this issue with electron due to overzealous middleware and lacking warnings in both this and the electron-compile library. See my response here for some debugging tips:
Using this package with Vue.js
I have run THREE alone successfully, just added this portion to the script and there was no visual change from everything that was loading fine, the error message in inspector is above:
The text was updated successfully, but these errors were encountered: