gdx-proto
gdx-proto copied to clipboard
Added LODRenderable
I added a renderable that takes lod into account. The class is as easy to replace a modelinstance with it. Then you can simply use modelBatch.render(object.lodmodel.calculate()); or you can call calculate somewhere else.
Cheers!
This looks like an excellent feature, could it be merged into master? Thanks!!