We are converting our collada models to gltf .glb files but there does not seem to be a support for them in the current r78 version.
Currently the GLTFLoader only supports embedded uris. Can this feature be added?
[ ] ...
[x] All of them
[ ] Internet Explorer
[x] All of them
I also hope that the .glb file will be supported.
I tried some other glTF Loader and it seems that Babylon.js, Cesium.js, GLBoost correspond to the .glb format.
See: https://cx20.github.io/gltf-test/
This will need some more testing and cleanup, but I have .glb support in progress now:
https://github.com/mrdoob/three.js/compare/dev...donmccurdy:feat-binary-gltf?w=1
Most helpful comment
This will need some more testing and cleanup, but I have
.glbsupport in progress now:https://github.com/mrdoob/three.js/compare/dev...donmccurdy:feat-binary-gltf?w=1