Add basic voxel LOD system #17

Closed
opened 2025-06-10 02:28:23 +00:00 by elias · 0 comments
Owner

Originally created by @eliasstepanik on 6/8/2025

Summary

  • extend chunk structures with LOD config, level component and queue
  • despawn distant chunks using view and LOD radii
  • replace low resolution chunks when moving close
  • enqueue and process far LOD chunks when main queue is empty
  • wire new systems and resources in EnvironmentPlugin

Testing

  • cargo check (fails: system library alsa missing)

https://chatgpt.com/codex/tasks/task_e_6845124cd81c832698189080ba7edbfa

*Originally created by @eliasstepanik on 6/8/2025* ## Summary - extend chunk structures with LOD config, level component and queue - despawn distant chunks using view and LOD radii - replace low resolution chunks when moving close - enqueue and process far LOD chunks when main queue is empty - wire new systems and resources in `EnvironmentPlugin` ## Testing - `cargo check` *(fails: system library `alsa` missing)* ------ https://chatgpt.com/codex/tasks/task_e_6845124cd81c832698189080ba7edbfa
elias closed this issue 2025-06-10 02:28:23 +00:00
elias added the
codex
codex
codex
codex
codex
codex
codex
codex
codex
codex
codex
codex
labels 2025-06-10 02:28:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: elias/voxel-simulation#17
No description provided.