KhronosGroup/COLLADA2GLTF

texture with spaces in name

davidebaltieri31 opened this issue · 0 comments

I have a collada that uses texture whose names have spaces, like:

<library_images>

<init_from>./PANNA 1lt x 3d.ARD-I3.png</init_from>

Converter fail.
Output
WARNING: Image uri: PANNA 1LT X 3D.\PANNA could not be resolved

Apart from changing the name of the texture is there any workaround to make it works with texture names that have spaces?