Revision 1536,
665 bytes
checked in by gumbau, 18 years ago
(diff) |
Demo updated with the new version of the programming interface.
|
Line | |
---|
1 | Overview
|
---|
2 | --------
|
---|
3 |
|
---|
4 | This demo shows an example of the LODStrips model in action. The models in the scene
|
---|
5 | are associated to a LodStrips object that manage their level of detail.
|
---|
6 | The level of detail of the objects depend on the distance to the camera. When the
|
---|
7 | camera goes away from them, the level of detail decreases, and when the camera gets
|
---|
8 | closer to them the level of detail increases to restore the original geometry of the
|
---|
9 | model.
|
---|
10 |
|
---|
11 | The level of detail begins to decrease at a certain distance of the crowd, and stops
|
---|
12 | decreasing when the objects reach the their minimum LOD. This 'lodding' distance is
|
---|
13 | customizable from the source code of the demo. |
---|
Note: See
TracBrowser
for help on using the repository browser.