afonsolage / projekto

Voxel game made with Bevy Engine
MIT License
59 stars 4 forks source link

Added batch_cmd and meshing counters #16

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

Added BatchChunkCmd and Meshing counters on the screen.

It was possible to visualize that most of the time is spent on genesis batching, probably due to IO and time spent on empty chunks as reported on #13

Fixes #15