I tried the 'Export GLTF' menu of Three.js Editor.
https://cdn.rawgit.com/mrdoob/three.js/dev/editor/index.html
[File] - [Export GLTF]
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)
ThinkPad X260 Intel(R) HD Graphics 520
Yep, that parameter was added in the latest update and I forgot to include it on the editor. I'm working on it ;)
There you have it https://github.com/mrdoob/three.js/pull/11964
Should work now 馃憣
http://rawgit.com/mrdoob/three.js/dev/editor/
Most helpful comment
Should work now 馃憣
http://rawgit.com/mrdoob/three.js/dev/editor/