How to apply texture on a .gltf model to some specific part of a Model?

I have loaded a model in .gltf format and now I want to apply texture image to its specific part. Like if I have a human model in .gltf format then I only want to apply texture image to its head or hands etc.
Do I need to create the .gltf model in different part?

You have to create the .gltf model as children and give them names and you can set material to the specific child by its name.

1 Like

Thanks ! it works.

I have another issue with it , like as I applies texture image to .gltf model it got inverted just like a mirror. So can you please help me over that?

texture.flipY=true

Or false, can’t remember which

1 Like