Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 732 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 732 Bytes

This project represents a general attempt to learn how to utilize OpenGL graphics, C++ and implement a algorithm called Marching cubes for generating procedural geometry. In the final version of this program, you can explore an endless cave generated procedurally by matching together different chunks.

This is geometry generated based on some special noise.

This is a chunk of caves generated from the outside perspective.

This is how exploration looks from first person.