docs(test): A6.P3 slice 1 T5 — update stale call-chain reference in test doc

Code-review suggestion (non-blocking) on commit 39fc037: the
BuildCellWithFloor XmlDoc referenced the TryFindIndoorWalkablePlane
→ FindWalkableSphere → FindWalkableInternal call chain that this
slice just removed from FindEnvCollisions. The test still needs the
BSP bounding sphere centered correctly, but for the primary indoor
BSP query (BSPQuery.FindCollisions), not for the deleted synthesis
path. Updated the doc to reflect the actual code path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-05-22 09:37:52 +02:00
parent 39fc0372a3
commit bd5fe2e1c5

View file

@ -98,7 +98,8 @@ public class IndoorContactPlaneRetentionTests
/// After <c>SetCheckPos(worldPos, cellId)</c>, the global sphere center is
/// <c>worldPos + (0,0,sphereRadius)</c>. The BSP bounding sphere must be
/// centered near this sphere center (NOT at worldPos) so that NodeIntersects
/// passes during <c>TryFindIndoorWalkablePlane → FindWalkableSphere → FindWalkableInternal</c>.
/// passes during <c>BSPQuery.FindCollisions → BSP traversal → NodeIntersects</c>
/// (the indoor cell's primary BSP query in <see cref="Transition.FindEnvCollisions"/>).
/// </summary>
private static CellPhysics BuildCellWithFloor(float floorZ, float bspCenterZ)
{