Thread: Terrain editor

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Terrain editor

    After seeing minecraft and being totally disgusted that people play it..or moreso that I didn't think of it I started working on more terrian. This terrain is fully editable and uses texture splatting to arrive at the final color. It mixes 7 separate textures and the height is computed in a shader. The only thing I cannot do yet is light the thing b/c the normals do not exist until the card grabs the height from the heightmap. I will have to use a normal map but I am running out of texture slots.

    An early screenshot of what you can produce with it:
    Last edited by VirtualAce; 03-12-2011 at 11:41 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Continous LOD Terrain Source... Released!
    By Perspective in forum Game Programming
    Replies: 13
    Last Post: 04-17-2006, 11:21 PM
  2. New terrain engine
    By VirtualAce in forum Game Programming
    Replies: 16
    Last Post: 03-16-2006, 02:47 AM
  3. Terrain algos
    By VirtualAce in forum Game Programming
    Replies: 1
    Last Post: 04-10-2004, 02:50 PM
  4. Replies: 12
    Last Post: 08-05-2003, 02:16 PM
  5. OpenGL terrain demo (EDITOR)
    By Jeremy G in forum Game Programming
    Replies: 2
    Last Post: 03-30-2003, 08:11 PM