How to ignore or remove textures from model when uploading?
Is there such an option?
Hi,
Currently there isn’t an option to ignore textures for your upload. If you could please tell me the use case for such a feature, I can create a ticket for our team to look at adding it as a feature request.
Thanks,
Ankit
I am importing LOD2 building models but would like to strip all textures/colors so they are simply grey. Preprocessing would mean to convert each model to some common format which could be uploaded later but it is troublesome.
One workaround could be post-processing. You could tile the data, make the tileset available for download, then remove all the textures from the glTF/GLB files (this could be done with glTF-Transform, and either a shell script, or maybe a snippet based on the 3D Tiles Tools), and the resulting tileset could then be uploaded for hosting. (Yes, a bit clumsy, but possible, depending on the timeline)