fix(physics): validate retail cell containment roots
This commit is contained in:
parent
7716c2ee89
commit
3e0f3b6206
23 changed files with 429 additions and 197 deletions
|
|
@ -27,6 +27,10 @@ public class CellGraphMembershipTests
|
|||
VertexArray = new VertexArray { Vertices = new Dictionary<ushort, SWVertex>() },
|
||||
Polygons = new Dictionary<ushort, Polygon>(),
|
||||
PhysicsBSP = null,
|
||||
CellBSP = new CellBSPTree
|
||||
{
|
||||
Root = new CellBSPNode { Type = DatReaderWriter.Enums.BSPNodeType.Leaf },
|
||||
},
|
||||
};
|
||||
var dat = new DatEnvCell
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue