fernandojsg / aframe-gltf-exporter-component

A-Frame GLTF Exporter component
MIT License
13 stars 7 forks source link

Export to gltf and aframe 0.8.2 not working #5

Open kfarr opened 5 years ago

kfarr commented 5 years ago

using inspector :

aframe-inspector.min.js:25 Uncaught TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at C (aframe-inspector.min.js:25)
    at k (aframe-inspector.min.js:25)
    at k (aframe-inspector.min.js:25)
    at k (aframe-inspector.min.js:25)
    at S (aframe-inspector.min.js:25)
    at aframe-inspector.min.js:25
    at THREE.GLTFExporter.parse (aframe-inspector.min.js:25)
    at value (aframe-inspector.min.js:25)
    at Object.r (aframe-inspector.min.js:11)

with bookmarklet:

GLTFExporter.js:1239 Uncaught TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at processMesh (GLTFExporter.js:1239)
    at processNode (GLTFExporter.js:1631)
    at processNode (GLTFExporter.js:1661)
    at processNode (GLTFExporter.js:1661)
    at processScene (GLTFExporter.js:1732)
    at processInput (GLTFExporter.js:1783)
    at THREE.GLTFExporter.parse (GLTFExporter.js:1813)
    at HTMLScriptElement.script.onload (<anonymous>:1:640)

this url: https://kfarr.github.io/aframe-bus/

rzr commented 3 years ago

On which previous version did it work ?