Revision: 73893
          http://sourceforge.net/p/brlcad/code/73893
Author:   starseeker
Date:     2019-09-11 19:15:31 +0000 (Wed, 11 Sep 2019)
Log Message:
-----------
A couple of tests show (unsurprisingly) that NIST 493 doesn't exhibit the 
desired behavior if we do this.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/cdt.cpp

Modified: brlcad/trunk/src/libbrep/cdt.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt.cpp    2019-09-11 19:06:35 UTC (rev 73892)
+++ brlcad/trunk/src/libbrep/cdt.cpp    2019-09-11 19:15:31 UTC (rev 73893)
@@ -446,11 +446,6 @@
        // Reparameterize the face's surface and transform the "u" and "v"
        // coordinates of all the face's parameter space trimming curves to
        // minimize distortion in the map from parameter space to 3d.
-       //
-       // TODO for faces with an aspect ratio that is very far from 1:1,
-       // it might be more advantageous to stretch the narrow aspect so
-       // we can more easily/reliably sample relative to 2D distances from
-       // trim edges...
        for (int face_index = 0; face_index < brep->m_F.Count(); face_index++) {
            ON_BrepFace *face = brep->Face(face_index);
            const ON_Surface *s = face->SurfaceOf();

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

Reply via email to