3D-Terrain-Generator
Terrain generator
An application that generates 3D terrain using procedural algorithms and allows control over its shape and binding to a Bezier surface.
2 stars
2 watching
0 forks
Language: C++
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
openscenegraph/virtualplanetbuilder | A tool for generating and organizing large-scale 3D terrain databases from geospatial imagery and heightfields. | 97 |
jaysmito101/terraforge3d | A powerful tool for generating and texturing 3D terrains using procedural techniques. | 973 |
jcbecker/termproject | Generates procedural terrain with distinct biomes and smooth borders using Perlin noise | 15 |
kylebarron/pydelatin | Generates 3D terrain meshes from input data using a C-based algorithm | 68 |
zielak/autoterraingen | A tool to generate terrains for Tiled editors by combining multiple tilesets into one terrain. | 15 |
karimnaaji/aobaker | A tool that generates texture coordinates and ambient occlusion maps from 3D meshes. | 7 |
kylebarron/pymartini | Generates terrain meshes from heightmaps using a fast Cython implementation | 89 |
ilmola/generator | A C++ library that generates procedural geometric meshes of primitives such as spheres and cylinders. | 212 |
cpmech/tritet | Generates 2D and 3D meshes, specifically triangulations and tetrahedra | 8 |
fegennari/3dworld | A comprehensive 3D game engine with procedural content generation and real-time rendering capabilities | 1,174 |
ionhandshaker/distmesh | A tool for generating high-quality meshes from CAD geometries using an efficient algorithm based on signed distance functions. | 52 |
interactivecomputergraphics/discregrid | A C++ library for generating discrete functions on regular grids for applications such as collision detection and signed distance fields | 291 |
havegum/terrain-generator | A Rust-based project that generates terrain using noise and Voronoi-based methods, with the goal of simulating agents and borders. | 29 |
snowapril/procedural-terrain-estimator | A software tool for generating and editing 3D terrain using procedural noise functions and algorithms | 39 |
autonomousvision/differentiable_volumetric_rendering | A system for generating 3D meshes from input images using learned implicit representations | 804 |