read_gltf
gisonjourney opened this issue · 7 comments
when i put a gltf path in b3dm() or other function ,it has fault like:
OSError: [Errno 63] File name too long: '/Users/zc/work/test/data:application/octet-stream;base64
this is why?how i can solve this problem or how can i convert gltf to b3dm or 3dtiles?
seems you embeded image textures in your gltf files. if you could provide more details or share a test model, it would be appreciated
thanks a lot, this is the demo data. https://github.com/gisonjourney/gltf_data. ,you can have a try
@gisonjourney I haven't support data uir scheam or multiply buffers yet. will fix it in coming days
@dreamergz thank you very much , hope it will coming soon
add dara uri support in commit 7e20ccf
add dara uri support in commit 7e20ccf
did you test it successful ? it always told me kinds of fault
fixed in commit c645e77