Revision: 73852
http://sourceforge.net/p/brlcad/code/73852
Author: starseeker
Date: 2019-09-07 12:07:33 +0000 (Sat, 07 Sep 2019)
Log Message:
-----------
implementation note
Modified Paths:
--------------
brlcad/trunk/src/libbrep/cdt.cpp
Modified: brlcad/trunk/src/libbrep/cdt.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt.cpp 2019-09-07 12:01:31 UTC (rev 73851)
+++ brlcad/trunk/src/libbrep/cdt.cpp 2019-09-07 12:07:33 UTC (rev 73852)
@@ -1606,6 +1606,10 @@
// to see if any of them interfere with each other. If they do, keep
splitting
// until the UV polygon curve bboxes are NOT self interfering.
//
+ // Ideally we'll reuse the RTree and just Remove and Insert new nodes
as we
+ // refine, but we need to test Remove in the RTree.h code to make sure
it does
+ // what is expected - there's a TODO note in there.
+ //
for (int index = 0; index < brep->m_F.Count(); index++) {
ON_BrepFace &face = s_cdt->brep->m_F[index];
cdt_mesh::cdt_mesh_t *fmesh = &s_cdt->fmeshes[face.m_face_index];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits