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:
parent
39fc0372a3
commit
bd5fe2e1c5
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue