I have a GLTF model that contains a number of meshes and I need to load a file EPS format and give it as a texture to one of the model meshes.But I don’t want the shape of the mesh to change
EPS is a vector format, AFAIK. You need to export/save it into a raster format (jpeg, png etc.)