3
votes
2answers
172 views

Grids and vertices

I have no idea what this is even called or even to start searching how to solve this problem. So figured I would post here for any information at all. Specially looking for already known solutions to ...
0
votes
0answers
1k views

Want to make a voxel game engine. Where to start? [closed]

I recently started watching youtube videos of peoples voxel engines and would like to attempt making one, as a small personal project. The only thing that I'd like to know is, what is the best ...
2
votes
3answers
897 views

Optimized rendering of a cube mesh world

I want to render a cube-mesh (a.k.a. Minecraft-style) world. If I render each existing cube it will eat up FPS pretty quickly. How can I optimize it? I understand that the point is to not render ...