source: GTP/trunk/App/Demos/Geom/Demo_LodTrees/README.txt @ 1783

Revision 1783, 816 bytes checked in by gumbau, 18 years ago (diff)
Line 
1Overview
2--------
3
4This demo shows an example of the LodTree model in action. The scene is composed of
5several tree groups which are associated to a LodTree object that manage the level
6of detail of both their trunk and leaves. The level of detail of the objects depends
7on the distance to the camera. When the camera goes away from them, the level of detail
8decreases, and when the camera gets closer to them increases to restore the original
9geometry of the model.
10
11The level of detail begins to decrease at a certain distance of each group, and stops
12decreasing when the objects reach the their minimum LOD. This 'lodding' distance is
13customizable from the source code of the demo.
14
15The user can compare the differences in performance disabling the LOD management while
16maintaining pressed F2.
Note: See TracBrowser for help on using the repository browser.