• Stars
    star
    571
  • Rank 76,313 (Top 2 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 8 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unreal Engine 4: Smooth voxel terrian example

UE4VoxelTerrain

Unreal Engine 4 procedural voxel terrian example (partially based on Transvoxelโ„ข Algorithm by Eric Lengyel http://transvoxel.org/) This plugin provides tools to generate, visualize and in-game change volume terrain using voxels.

Master branch tested with Unreal Engine 4.27.1 [Windows 10] Work in progress

Unreal Engine 4 voxel terrian

Grass

Cave

Download playable demo

UE5 version: UE5VoxelTerrain-0.0.38.zip

UE4 version: UE4VoxelTerrain-0.0.23.zip

UE5 version source code

https://github.com/bw2012/UE5VoxelTerrainDemo

Features

  • Runtime terrain modification
  • Procedural landscape/caves generation
  • Level of details (per chunk)
  • Foliage
  • Up to 65535 terrain materials

Usage

  1. Install MS Visual Studio 2022
  2. Clone repository properly git clone --recursive https://github.com/bw2012/UE4VoxelTerrain.git
  3. This project uses git submodules. Make sure that project are cloned properly and folder UE4VoxelTerrain/Plugins is not empty.
  4. Open directory UE4VoxelTerrain
  5. Download Content.zip (~1.2Gb) and unzip it to Content folder
  6. Open project file with Unreal Engine 4.27
  7. Wait for compile UE4 KiteDemo shaders (first run may take long time)