Revision: 65340
          http://sourceforge.net/p/brlcad/code/65340
Author:   starseeker
Date:     2015-06-17 00:27:36 +0000 (Wed, 17 Jun 2015)
Log Message:
-----------
We're not ready for torus based shapes yet.

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

Modified: brlcad/trunk/src/libbrep/shape_recognition.cpp
===================================================================
--- brlcad/trunk/src/libbrep/shape_recognition.cpp      2015-06-16 21:51:36 UTC 
(rev 65339)
+++ brlcad/trunk/src/libbrep/shape_recognition.cpp      2015-06-17 00:27:36 UTC 
(rev 65340)
@@ -634,10 +634,12 @@
                    csg_fail++;
                    break;
                case TORUS:
+                   bu_log("TODO: process partial torus shapes\n");
+                   /*
                    if (!torus_csg(new_obj, BREP_TOROIDAL_TOL)) {
                        bu_log("torus csg failure: %s\n", key.c_str());
-                       csg_fail++;
-                   }
+                   }*/
+                   csg_fail++;
                    break;
                default:
                    /* Unknown object type - can't convert to csg */

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