Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change location of image URI during conversion #270

Open
Son-HNguyen opened this issue Sep 22, 2020 · 0 comments
Open

Change location of image URI during conversion #270

Son-HNguyen opened this issue Sep 22, 2020 · 0 comments

Comments

@Son-HNguyen
Copy link

The current COLLADA2GLTF converter creates a texture image in the same folder where the glTF file is located (if the option to separate textures is not set). Is it possible to specify the URI of this image during conversion using command line?
For instance, currently we have

    "images": [
        {
            "uri": "texture.jpeg"
        }
    ]

I'd like to change this to

    "images": [
        {
            "uri": "../images/texture.jpeg"
        }
    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant