honehone12 / bevy_replicon_bootstrap

Networking bootstrap on top of bevy_replicon.
The Unlicense
1 stars 0 forks source link

culling efficiency #22

Closed honehone12 closed 3 months ago

honehone12 commented 3 months ago

now distance culling and each group have their own system. they should be the one for ordering and efficiency.

honehone12 commented 3 months ago

i decided to mix up distance into relevancy.

honehone12 commented 3 months ago

also simplify distance culling

honehone12 commented 3 months ago

i found relevant group is generics. it's hard to run in same system with distance culling.

honehone12 commented 3 months ago

it is reasonable to use nicer relevant graph crate and this simple distance culling. relevant group plugin and distance culling plugin should be divided.