Three.js: 'Export GLTF' menu of Three.js editor does not work

Created on 16 Aug 2017  路  4Comments  路  Source: mrdoob/three.js

Description of the problem

I tried the 'Export GLTF' menu of Three.js Editor.

https://cdn.rawgit.com/mrdoob/three.js/dev/editor/index.html

[File] - [Export GLTF]

image

However, the following error occurs.

GLTFExporter.js:29 
Uncaught TypeError: Cannot read property 'context' of undefined
    at THREE.GLTFExporter.parse (GLTFExporter.js:29)
    at UI.Row.<anonymous> (Menubar.File.js:188)
Three.js version
  • [x] Dev
  • [ ] r85
  • [ ] ...
Browser
  • [ ] All of them
  • [x] Chrome
  • [ ] Firefox
  • [ ] Internet Explorer
OS
  • [ ] All of them
  • [x] Windows
  • [ ] macOS
  • [ ] Linux
  • [ ] Android
  • [ ] iOS
Hardware Requirements (graphics card, VR Device, ...)

ThinkPad X260 Intel(R) HD Graphics 520

Most helpful comment

All 4 comments

Yep, that parameter was added in the latest update and I forgot to include it on the editor. I'm working on it ;)

Was this page helpful?
0 / 5 - 0 ratings