How can I make texture Terrain ??

After trying with Terrain composed of many triangles, I want to map one picture into each Terrain.

Can I merge a group of Terrain composed of many triangles and map the group with one picture? If it is possible, please tell me how to do.

PS. Can “glTexGen” show each picture of each Terrain. If it is possible, could you please teach me how.

That’s easy - simply assign texture u,v coordinates so they range from 0 to 1 on the whole terrain.

  • elias