phpgl / php-towerdefense

A 3D tower defense game written in PHP.
78 stars 3 forks source link

Optimise the LowPoly Renderer #9

Open mario-deluna opened 1 year ago

mario-deluna commented 1 year ago

The current implementation is really just for testing and getting something on the screen.

An optimised system should properly sort, group and batch rendering calls whenever possible.