Voxel Plugin
1.2 Legacy
1.2 Legacy
  • Getting Started
    • Quick Start
      • Examples
    • World Generation
      • C++ World Generators
      • Voxel Graph Quick Start
      • Floating Islands
  • Core Systems
    • VoxelWorlds
      • Import Content
      • Voxel Data Items
      • Collisions and Navmesh
      • World Size and Level Of Details
      • Save and Load
      • Multiplayer
      • Easy Systems RPG
    • Voxel Graphs
      • Voxel Graph General Concepts
      • Voxel Graphs Tips and Tricks
      • Voxel Graph Nodes Reference
      • Voxel Graph Outputs
      • Voxel Graph Parameters
      • Custom Graph Nodes
    • Voxel Spawners
    • Materials
      • Multi Index Materials
  • Technical Notes
    • Performance and Profiling
    • Console Commands
    • Blueprint API
    • Release Notes
      • Release Notes 1.1
      • Release Notes 1.2
    • UE5.1 - Material Crash
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started

World Generation

PreviousExamplesNextC++ World Generators

Last updated 1 year ago

Was this helpful?

There is a huge variety of strategies for generating worlds. The plugin includes tools to make world generation easier, but can of course not be a do-it-all world generation tool.

Voxel Graphs are a powerful world generation tool included in Pro. You can read more about them here:

If you are using free, you can check out to see the included world generators.

Useful Links

I cannot recommend enough Inigo Quilez blog, it's a real goldmine:

Make sure to also watch his youtube videos:

Some random links:

Voxel Graph Quick Start
C++ World Generators
https://www.iquilezles.org/index.html
https://www.youtube.com/channel/UCdmAhiG8HQDlz8uyekw4ENw
http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
http://www.iquilezles.org/www/articles/texturerepetition/texturerepetition.htm
Mason's World Generation