Hello, I was looking for an existing function where I could provide a layer name and get in return an array of uv map coordinates.
For example:
function GetUVMapFromOBJLayer(OBJ_filename, layer_name) {
return all UV map coordinates for the layer named;
}
thank you,
Carlos