norman784 / gaiku

3d agnostic framework (game engine) terrain engine
40 stars 1 forks source link

Additional Benches #44

Closed QuantumEntangledAndy closed 3 years ago

QuantumEntangledAndy commented 3 years ago

This PR adds a few more benchmark using a chunk with a 3d checkerboard:

0 1 0 1 0
1 0 1 0 1
0 1 0 1 0

This should resemble a chunk that requires maximum work to bake as their are 6 unique edges per vertex.

They are also easy to expand in size if we need to test very large chunks in future.