KhronosGroup / OpenCOLLADA

652 stars 251 forks source link

COLLADAFW::IWriter::writeImage() not being called for image declared in profile_COMMON #571

Closed lasalvavida closed 5 years ago

lasalvavida commented 6 years ago

From: https://github.com/KhronosGroup/COLLADA2GLTF/issues/129

<library_effects>
    <effect id="material_effect">
        <profile_COMMON>
            <image id="material_effect-image">
                <init_from>Tile.jpg</init_from>
            </image>
            ...
        </profile_COMMON>
    </effect>
</library_effects>

Should create an image, but it does not. I believe this should be valid COLLADA:

image

RemiArnaud commented 5 years ago

fixed in v1.6.63