acidrainstudios / TrueReality

True Reality (TR) is an open source LGPL Game and Simulation Engine written entirely in Standard C++ and OpenGL. It runs on all Windows platforms and GNU/Linux. OpenSceneGraph is used as its graphics engine, along with many other open source projects for support of various features.
GNU Lesser General Public License v3.0
12 stars 7 forks source link

Auto-LODs #2

Open DieSlower opened 6 years ago

DieSlower commented 6 years ago

Creates a system that will decimate the model mesh in real time on the fly and create lower level LODs according to pixel area.

Links:

https://wiki.jmonkeyengine.org/doku.php/jme3:advanced:level_of_detail https://github.com/worldforge/ember/tree/master/src/components/ogre/lod http://sajty.elementfx.com/progressivemesh/GSoC2012.pdf

acidrainstudios commented 6 years ago

Kamino cloned this issue to acidrainstudios/TrueRealityTemp