AbsolemJackdaw / AppleCrates

sell your items out of crates
GNU General Public License v3.0
2 stars 6 forks source link

[1.19.2 - 1.20.1] BESR Rendering is slow #25

Open AbsolemJackdaw opened 2 months ago

AbsolemJackdaw commented 2 months ago

Rendering in 1.19.2 is inneficient. Lukas jtk222 says 1.21 fixes this issue more or lless.

minecraft's item rendering pushes every item to the buffer; the alternatives are baking the item model in the chucnk mesh on runtime, either trough mixin or forge event, so the gpu only renders the object once, and onyl when needed, instead of every frame.