x3dom / x3dom

X3DOM. A framework for integrating and manipulating X3D scenes as HTML5/DOM elements.
http://x3dom.org
Other
815 stars 271 forks source link

glTF Models Not Loading #1317

Open MacrayBlackhand opened 5 months ago

MacrayBlackhand commented 5 months ago

I'm seeing this error with this build:

x3dom-full.js:7 Uncaught TypeError: Cannot read properties of undefined (reading 'buffer') at x3dom.glTF2Loader._bufferURI (x3dom-full.js:7:451370) at x3dom.glTF2Loader._generateX3DBufferGeometry (x3dom-full.js:7:446723) at x3dom.glTF2Loader._generateX3DShape (x3dom-full.js:7:440666) at x3dom.glTF2Loader._generateX3DNode (x3dom-full.js:7:438089) at x3dom.glTF2Loader._traverseNodes (x3dom-full.js:7:437568) at x3dom.glTF2Loader.load (x3dom-full.js:7:435859) at s.onreadystatechange (x3dom-full.js:7:724143)

Anyone have any ideas?

andreasplesch commented 5 months ago

Happy to look into this. Can you share an example ?