starandserpent / Voxel-demo

Demo implementation of Terra using Weltschmerz and Foreman
https://discord.starandserpent.com/
2 stars 1 forks source link

Improve chunk speed test #100

Closed Pawlost closed 4 years ago

Pawlost commented 4 years ago

I made scene for testing chunk loading but I dont have clear picture how much is loading chunks in frustum slowing down the generation. I should make a simple class and generate chunks around camera using 2 loops to get best image of generation performance.

Pawlost commented 4 years ago

Done. This allows me to bypass Foreman (frustum loading) and Terra (octrees).