-
I am making a game using chunks and was wondering if rendering uses that to it's performance advantage or if i need to enable something for that? |
Beta Was this translation helpful? Give feedback.
Answered by
Per6
May 2, 2025
Replies: 1 comment
-
I found the answer, yes bevy does that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Per6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the answer, yes bevy does that.
bevy/crates/bevy_picking/src/mesh_picking/ray_cast/mod.rs
Line 246 in cd67bac