Collisions editing progress

This commit is contained in:
dexy 2020-01-11 02:11:31 +11:00
parent 308e2eda29
commit 44cf8ee1d2

View File

@ -3324,7 +3324,7 @@ namespace CodeWalker.GameFiles
bvh.QuantumInverse = new Vector4(1.0f / bvh.Quantum.XYZ(), float.NaN);
var root = new BVHBuilderNode();
root.Items = items;
root.Items = items.ToList();
root.Build(itemThreshold);
root.GatherNodes(nodes);
root.GatherTrees(trees);