From 6ea4cdb434be75da22c1a2d35b4f4f78debcac82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Mon, 16 Oct 2023 22:02:10 +0200 Subject: [PATCH] Update interface/src/LODManager.h --- interface/src/LODManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/LODManager.h b/interface/src/LODManager.h index ff453ae28a..4571747908 100644 --- a/interface/src/LODManager.h +++ b/interface/src/LODManager.h @@ -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