ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Voxel world improvements #15

Open ColinGilbert opened 8 years ago

ColinGilbert commented 8 years ago

Currently, we use the marching cubes algorithm to generate shapes, but the discrete cubic extraction is (apparently) way faster and allows for discrete types of voxels (mappable to physics and rendering properties.) Swap to cubic world at a high-resolution and see where that takes us, at least for content creation.