ethereumdegen / bevy_mesh_terrain

MIT License
47 stars 7 forks source link

Add various LOD levels #1

Closed ethereumdegen closed 1 year ago

ethereumdegen commented 1 year ago

Add various LOD levels so far-away chunks will render but at a lower sampling rate

ethereumdegen commented 1 year ago

Need to improve the way chunks are stitched together at their bounds at lower LOD levels.... thats a tricky one. *** Maybe do not 'decimate' near the bounds when doing LOD. !!