Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 498 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 498 Bytes

UnityVoxelExample

Simple Perlin-based Voxel terrain generation example, released under the terms of the MIT lincense.

Preview:

alt tag

Note:

This is an old project of mine that I recently revamped a bit for publishing. It includes a custom Perlin Noise implementation for some odd reason instead of using Unity's built-in one. I don't remember if I wrote said implementation myself, so please let me know if you find out it's from someone else.