dreamwagon / terranova

Terranova terrain generator/mixer and terrain detail spawner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terranova (Alpha)

Terranova terrain generator/mixer and terrain detail spawner.

Terranova is a terrain heightmap/splatmap generator and mixer designed to create realistic terrains for any game engine that supports terrain heightmaps. Terranova uses jMonkey engine for rendering and can save terrain as heightmap png files or j3o (jmonkey scene).

Example: Terrain generated from noise. Trees spawned using terrain heights.

Example: Noise Heightmap Generator

Current Features

  • Project save and load (terrain, settings, textures and materials only)
  • Terrain generation
  • splatmap generation and export
  • heightmap generation and export
  • basic tree placement (scattering)

In Development

  • additional terrain generators and detail spawners
  • terrain detail (tree/grass/object) export/import with project
  • terrain mixer

Checkout and build from source using Maven or download the prebuilt release on bintray https://bintray.com/dreamwagon/terranova/terranova

Dependencies

  • Java 11 or higher

About

Terranova terrain generator/mixer and terrain detail spawner.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 81.8%Language:CSS 18.2%