Add todo.

This commit is contained in:
Viktor Kovacs 2021-05-21 19:20:00 +02:00
parent 21fe0267b7
commit aff5740fba

View File

@ -236,6 +236,7 @@ OV.IsSolid = function (element)
return null;
}
// TODO: two cubes connecting in one edge is solid, but it detects it as not solid
const topology = OV.GetTopology (element);
for (let edgeIndex = 0; edgeIndex < topology.edges.length; edgeIndex++) {
const edge = topology.edges[edgeIndex];