Good way to group many meshes together and render with single call? #9911
Unanswered
MegasKomnenos
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add a chunk system for a voxel engine using bevy. I need some way to group multiple meshes together into a single buffer, like OpenGL's VBO, so that I can process that chunk with a single render call. Is there a good way to achieve this using bevy's Mesh?
Beta Was this translation helpful? Give feedback.
All reactions