jrenner / gdx-proto

GDX Proto - a lightweight 3D engine built with libgdx
Apache License 2.0
161 stars 28 forks source link

Added LODRenderable #12

Open Caresilabs opened 10 years ago

Caresilabs commented 10 years ago

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!

xeoshow commented 9 years ago

This looks like an excellent feature, could it be merged into master? Thanks!!