From aff5740fbae7b9d4f2c5a56b6fb4924b486753bb Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Fri, 21 May 2021 19:20:00 +0200 Subject: [PATCH] Add todo. --- source/model/modelutils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/model/modelutils.js b/source/model/modelutils.js index 16fa710..d43c0c8 100644 --- a/source/model/modelutils.js +++ b/source/model/modelutils.js @@ -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];