1 / 7

Fractal Terrain Generator

Fractal Terrain Generator. Cale Donk Mark DiCostanzo. Implementation. Diamond-square fractal terrain generation algorithm in Java Height map translated into polygon strips in OpenGL pipeline via JOGL. Algorithm. Source: http://gameprogrammer.com/fractal.html. Algorithm 2.

adina
Download Presentation

Fractal Terrain Generator

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fractal Terrain Generator Cale Donk Mark DiCostanzo

  2. Implementation • Diamond-square fractal terrain generation algorithm in Java • Height map translated into polygon strips in OpenGL pipeline via JOGL

  3. Algorithm Source: http://gameprogrammer.com/fractal.html

  4. Algorithm 2 Source: http://gameprogrammer.com/fractal.html

  5. Features • Color values translated to specific height zones. These represent things like trees, rocks, snow… can be controlled in real time. • User controls complexity of terrains. • Terrains can be navigated through and rotated as desired.

  6. Reflection • JOGL is pretty easy to use and it was nice to use Java & Eclipse • Would like to: • Map textures rather then simple color values to surfaces. • Add more flight effects (pitch, roll, …) • Do more preprocessing

  7. Demo…

More Related