KhronosGroup / COLLADA2GLTF

COLLADA to glTF converter
Other
537 stars 157 forks source link

Add options to write images out as absolute URIs #252

Closed tfili closed 5 years ago

tfili commented 5 years ago

This is useful if you are using COLLADA2GLTF as a library and are processing a bunch of model at once. It makes caching images across models easy to do. I don't think this needs a commandline option as this really isn't something you would want as a final result, just as a middle stage of a pipeline.

lasalvavida commented 5 years ago

LGTM