ethereumdegen / bevy_mesh_terrain

MIT License
39 stars 5 forks source link

update chunks when they get too far away #2

Closed ethereumdegen closed 10 months ago

ethereumdegen commented 10 months ago

despawn chunks / change their LOD and flag em for rebuild when you get farther than render_distance away ( build a new system for this - it will query the Chunk component merged with WorldTransform perhaps )