mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 00:52:27 +02:00
Update interface/src/LODManager.h
This commit is contained in:
parent
f04c3b5840
commit
6ea4cdb434
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class AABox;
|
|||
* of an entity that is allowed to be culled by LOD Manager, in degrees at distance specified by lodFarDistance. The angular dimension is
|
||||
* calculated as a sphere of radius half the diagonal of the entity's AA box.
|
||||
* @property {number} lodNearMaxAngleDeg - The maximum angular size (relative to the camera position)
|
||||
* of an entity that is allowed to be culled by LOD Manager, in degrees at distance specified by lodNearDistance. The angular dimension is
|
||||
* of an entity that is allowed to be culled by LOD Manager, in degrees at distance specified by lodNearDistance. The angular dimension is
|
||||
* calculated as a sphere of radius half the diagonal of the entity's AA box.
|
||||
|
||||
* @property {number} lodFarDistance - Distance for which lodFarMaxAngleDeg limit is applied
|
||||
|
|
Loading…
Reference in a new issue