Chunks #10

Merged
insberr merged 4 commits from chunks into main 2024-12-26 14:59:18 -08:00
Owner

Changes

  • Chunks are loaded in a 5x5 around the camera.
  • Particle simulation is moved to a thread.

Things to do

  • Simulation needs some rethinking.
  • Chunks only exist for data saving and loading.
  • Data needs to be stored better. Octree maybe?
  • Particles should be queued for update, so only queued particles run through simulation.
Changes - Chunks are loaded in a 5x5 around the camera. - Particle simulation is moved to a thread. Things to do - Simulation needs some rethinking. - Chunks only exist for data saving and loading. - Data needs to be stored better. Octree maybe? - Particles should be queued for update, so only queued particles run through simulation.
Sign in to join this conversation.
No description provided.