kero
kero copied to clipboard
Batch render visible staticprops
Renderable staticprops are calculated at the beginning of a frame, but each instance of each prop gets its own draw call. Instead they should be grouped and rendered as instances to reduce draw calls.