enginmanap / limonEngine

3D FPS game engine with full dynamic lighting and shadows
http://www.limonengine.com
GNU Lesser General Public License v3.0
580 stars 57 forks source link

Model classes render method doesn't work #60

Open enginmanap opened 6 years ago

enginmanap commented 6 years ago

The render logic is moved to renderInstanced() methods, but render method is still there, and it is not working properly. It should be removed, or fixed.