I’m trying to texture my country shaped meshes with an equirectangular map projection of the world.
The country shaped meshes were made using a equirectangular map projection, and curved along a sphere. I’m using the same material for all country meshes, i.e. their meshRenderer.sharedMaterial is one linked from the project.
As shown in the video, the texture just doesn’t sit nicely with the meshes, no matter how I modify the tiling and the offset. Even if the texture somewhat fits in North America, it is completely off in South America. I have a hunch that I might be incorrectly using the equirectangular map projection as the texture, because the meshes have been curved along a sphere(i.e. that I would need to curve the projection in a similar fashion for the texture coordinates to align with the mesh coordinates). I’m not sure about the aforementioned hypothesis because of how a texture nicely wraps around a sphere(also shown in the image).
Before I start fixing my problem, it would be very helpful to know what I’m doing wrong. Any information, insight or hints are welcome.