acdream/tests/AcDream.Core.Tests/World/Cells
Erik 76c9e2f07d feat(core): UCG Stage 1 — EnvCell + PointInCell (AABB/BSP)
Adds `EnvCell` (sealed, extends `ObjCell`) with a primitive constructor
and `PointInCell` that uses the cell-containment BSP when present, else
falls back to an AABB test. Retail anchor: CEnvCell (acclient.h:32072).
BSP branch delegates to `BSPQuery.PointInsideCellBsp` (BSPQuery.cs:1034);
the AABB branch is the genuinely new logic. No `FromDat` factory — that is
a separate later task. Consumed by nobody yet (Stage 1 scaffold).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 08:59:52 +02:00
..
EnvCellTests.cs feat(core): UCG Stage 1 — EnvCell + PointInCell (AABB/BSP) 2026-06-02 08:59:52 +02:00
ObjCellBaseTests.cs feat(core): UCG Stage 1 — ObjCell base + CellPortal 2026-06-02 08:51:55 +02:00