You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
]
The text was updated successfully, but these errors were encountered:
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
I'd like to change this to
The text was updated successfully, but these errors were encountered: