-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Error in JSON file loader #13375
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
Comments
Could you include the |
misc_chair01.blend.zip |
Thanks — FWIW the file exports correctly and can be loaded with the glTF Blender exporter and |
ok, you installed exporter in Blender and after used GTLFLoader. I'll try |
FYI #12903 |
+1 on this issue – what is quite annoying is that I have a JSON file with a Geometry, which by default gets converted BufferGeometry once imported and added to a Mesh, when I attempt THREE.Geometry().fromBufferGeometry( mesh.geometry ) I get the |
@olgageletina you should not be converting a |
I did the export with gltf from Blender 2.79, but when I try to import with glTFLoader() I get an error: |
@especimenraro what is |
I fixed! I use GLTFLoader code on github and it works. I was using glTFLoader included in R89 libs thanks |
Description of the problem
Three.js gives me an error when load a json file exported from Blender 2.76

"TypeError: vertices is undefined"
but if I use the example made with r69 it works
there is a difference between json exported file.
modelos.zip
Three.js version
Browser
OS
The text was updated successfully, but these errors were encountered: