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

Revision 1540, 695 bytes checked in by gumbau, 18 years ago (diff)

Demo updated with the new version of the programming interface.

Line 
1Overview
2--------
3
4This demo shows an example of the LodTree model in action. The trees in the scene
5are associated to a LodTree object that manage their level of detail of both the
6trunk and the leaves. The level of detail of the objects depend on the distance to
7the camera. When the camera goes away from them, the level of detail decreases, and
8when the camera gets closer to them the level of detail increases to restore the
9original geometry of the model.
10
11The level of detail begins to decrease at a certain distance of the forest, and stops
12decreasing when the objects reach the their minimum LOD. This 'lodding' distance is
13customizable from the source code of the demo.
Note: See TracBrowser for help on using the repository browser.