source: GTP/trunk/App/Demos/Geom/Demo_LodStrips/README.txt @ 1536

Revision 1536, 665 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 LODStrips model in action. The models in the scene
5are associated to a LodStrips object that manage their level of detail.
6The level of detail of the objects depend on the distance to the camera. When the
7camera goes away from them, the level of detail decreases, and when the camera gets
8closer to them the level of detail increases to restore the original geometry of the
9model.
10
11The level of detail begins to decrease at a certain distance of the crowd, 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.