Thread: OpenGL terrain demo (EDITOR)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704

    OpenGL terrain demo (EDITOR)

    This is the editor I'm writing for my terrain engine.

    Unfortunatly the editor is all OpenGL, as when it comes to making applications with buttons and menus etc. etc. my experiance hits a sudden jolted end with visual basic

    Infact, its becuase of that, that I am looking for a collabarator to join me in my openGL terrain project. Specifically to help me with making a suitable editor. Then if we get along well perhaps will be asked to work on other aspects of the terrain.

    How it works-
    -A new flat terrain is created
    -two toggle-able views a free roaming first person like view
    and a more restricted top down view (with adjustable x-axis rotation and up/down movement)
    -incline / decline vertex beneath 3d cursor.
    -2d cursor for soon to be implimented gui
    -4 ellevation height texture support.
    -- soon:
    -plant systems
    -rain/snow stuff
    -day/night system
    this is my world/level editor to support my first terrain engine, so as you can guess its pretty primitive.



    heres the screen shot :
    http://amithran.hybd.net/terraineditor.jpg
    The top left image is before the smooth method is called after editing some of the vertices. the smooth function can be called at any time by pressing 2.
    Last edited by dbgt goten; 03-30-2003 at 07:30 PM.
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

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. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  3. good editor for openGL?
    By zell in forum Game Programming
    Replies: 6
    Last Post: 01-23-2005, 04:59 PM
  4. GL terrain demo preview.
    By Jeremy G in forum Game Programming
    Replies: 10
    Last Post: 03-23-2003, 10:38 PM
  5. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM