Skip to content

Commit eae8a08

Browse files
authored
Merge pull request #11511 from ttencate/fix/visibility_range_aabb
Fix incorrect claim about visibility range
2 parents 1ad6831 + 876f4b1 commit eae8a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/3d/visibility_ranges.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ In the inspector of any node that inherits from GeometryInstance3D, you can adju
8282
the following properties in the GeometryInstance3D's **Visibility Range** section:
8383

8484
- **Begin:** The instance will be hidden when the camera is closer to the
85-
instance's *origin* than this value (in 3D units).
85+
*center of the instance's AABB* (axis-aligned bounding box) than this value (in 3D units).
8686
- **Begin Margin:** The hysteresis or alpha fade transition distance to use for
8787
the close-up transition (in 3D units). The behavior of this property depends
8888
on **Fade Mode**.
8989
- **End:** The instance will be hidden when the camera is further away from the
90-
instance's *origin* than this value (in 3D units).
90+
*center of the instance's AABB* than this value (in 3D units).
9191
- **End Margin:** The hysteresis or alpha fade transition distance to use for
9292
the far-away transition (in 3D units). The behavior of this property depends
9393
on **Fade Mode**.

0 commit comments

Comments
 (0)