shadowmage45 / AncientWarfare

Updated Ancient Warfare mod for Minecraft 1.5.2+
http://ancientwarfare.wikispaces.com/
Other
10 stars 8 forks source link

Further Optimization of GUIs and rendering in general #15

Closed shadowmage45 closed 10 years ago

shadowmage45 commented 10 years ago

Should be able to realize decent frame-rate improvement with some basic rendering optimization (matrix and attribute operations, batching draw calls, move away from Tessellator and towards a custom renderer).

Should be applicable to most GUIs and vehicle rendering routines.