-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: uvScaleMap.updateMatrix is not a function #2
Comments
I have the same issue, testing with three r93 and the xsi_man_skinning.fbx example |
I've gotten this issue as well. These are my console errors Failed to load resource: the server responded with a status of 400 (103: Field 'time' on type 'Envelope' is older than the allowed min date. Expected: now - 172800000ms, Actual: now - 225692280ms) mnt/d/my_site/node_modules/three/build/three.module.js:24438 Uncaught TypeError: uvScaleMap.updateMatrix is not a function at refreshUniformsCommon (mnt/d/my_site/node_modules/three/build/three.module.js:24438) at setProgram (mnt/d/my_site/node_modules/three/build/three.module.js:24223) at WebGLRenderer.renderBufferDirect (mnt/d/my_site/node_modules/three/build/three.module.js:23086) at renderObject (mnt/d/my_site/node_modules/three/build/three.module.js:23824) at renderObjects (mnt/d/my_site/node_modules/three/build/three.module.js:23794) at WebGLRenderer.render (mnt/d/my_site/node_modules/three/build/three.module.js:23548) at renderObj (mnt/d/my_site/src/components/threeJs/myThreeJsComponent.js:151) at animate (mnt/d/my_site/src/components/threeJs/myThreeJsComponent.js:147) I was trying to follow the same code as this .fbx ThreeJs example |
I have run into the same issue :) |
Mine too! |
Same here ! Any solution ? :-/ |
Follow up |
Did someone find a solution for this problem? Thanks |
Approve, I have this problem too. |
same here any update? |
Also I have same issue |
Unfortunately I had to change approach. I put all thereejs code directly inside the index.html page (using JavaScript library). The communication between react classes and html page is solved by using websocket (easily managed by electron) . |
I've encountred with same issue. Solved with using official fbx loader. |
Can you expand on that? What official loader? I installed this via npm and have this error. I installed after seeing it wasn't apart of THREE's npm install etc. Thanks for any help PS> using webpack/es6/babel setup with imports.
|
Thanks for solving my problem!! |
when i use this package in react-project, throw TypeError: uvScaleMap.updateMatrix is not a function,make me confuse.
part of code:
The text was updated successfully, but these errors were encountered: