Thread: Terrain texturing

  1. #1
    Registered User
    Join Date
    Sep 2011
    Posts
    14

    Terrain texturing

    Good morning everyone

    What is the best way to texturing a large terrain ?
    So far I modelate a large terrain using CLOD technic and now I blocked in texturing phase .
    Any suggestion is welcomed

    thanks in advance

  2. #2
    Just a pushpin. bernt's Avatar
    Join Date
    May 2009
    Posts
    426
    One method is to use one texture (not necessarily hi-res) stretched over the entire terrain, to give the general color, and then combine it with a tiled "detail texture". (image) This is pretty basic multitexturing, there are plenty of resources online regarding that topic.

    Another method to consider is called "texture splatting". This one ends up being more demanding if you need a lot of variety in your terrain but it tends to get better looking results IMO. In a way, it's similar to textured brushes in, say, Photoshop. There's a mask image stretched over the terrain, and that image determines where other textures get "painted on" (for example, the red channel correlates to grass, and blue represents sand, so purple colors would be a mix of grass and sand).
    Consider this post signed

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Attachment 10939Attachment 10940Attachment 10941

    You can use texture splatting or use the alpha channels in textures as the map of where the color goes in the terrain.

    Several of these use both detail maps and texture splatting based on alpha channel.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Texturing Loaded Models in OpenGL
    By dreamslayerx in forum Game Programming
    Replies: 2
    Last Post: 08-27-2011, 12:55 PM
  2. Textures not texturing the way I want
    By scwizzo in forum Game Programming
    Replies: 0
    Last Post: 12-16-2008, 12:12 PM
  3. Tiled Texturing?
    By SyntaxBubble in forum Game Programming
    Replies: 3
    Last Post: 01-14-2002, 04:22 PM
  4. Texturing(Texture not showingon cube!(CODE INC.))
    By SyntaxBubble in forum Game Programming
    Replies: 0
    Last Post: 12-20-2001, 02:42 PM
  5. Texturing(PLEASE READ/ANSWER)
    By SyntaxBubbl in forum Game Programming
    Replies: 1
    Last Post: 11-17-2001, 04:07 PM