Results 1 to 6 of 6

Thread: Multi-Texturing Terrains?

  1. #1

    Multi-Texturing Terrains?

    How do you multi texture terrains to make variations like water, grass, rocks etc? Please don't flame me if this is simple and somthing I should know, because im really new to 3d programming..
    Also, are there any doc. available?

    Thanks in advance.
    BK - we.create (tm)

  2. #2

    Multi-Texturing Terrains?

    There is one example i know, but it just juses plain OpenGL not GLXTreem.
    You can find this at: http://www.delphi3d.net/download/terraintex.zip
    There is also little article about the subject on the same site, but i dont rember where it is.

    Btw. I'm making terrain renderer myself, maybe we could share some ideas and both benefit from it.

    Siim

  3. #3

    Multi-Texturing Terrains?

    The article is here: Terrain texturing

  4. #4

    Multi-Texturing Terrains?

    I'm using the same mehod of terrain textureing as the game Battlefield 1942 with an huge texure for main terrain alterations like sand, pavement etc and a smaller texture that's applied to every triangle to give more detail.

    Edit:

    I have seen the demo you sent before and it's quite slow actually, the method i'm using is mutch faster and can give quite good results.

    My terrain lacks hovever any optimations such as ROAM or CLOD, but im reading about it, i might be able to do it some day
    Amnoxx

    Oh, and this code appears to be an approximate replacement for return(random() & 0x01);

    Phoenix Wiki
    http://www.phoenixlib.net/

    Phoenix Forum
    http://www.pascalgamedevelopment.com/viewforum.php?f=71

  5. #5

    Multi-Texturing Terrains?

    Thanks guys. will start reading now.
    BK - we.create (tm)

  6. #6

    Multi-Texturing Terrains?

    If you have checked the page latly, you might have noticed i have started on such an engine, it's about 80% complete now.
    Amnoxx

    Oh, and this code appears to be an approximate replacement for return(random() & 0x01);

    Phoenix Wiki
    http://www.phoenixlib.net/

    Phoenix Forum
    http://www.pascalgamedevelopment.com/viewforum.php?f=71

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •