Revision: 65133
          http://sourceforge.net/p/brlcad/code/65133
Author:   ejno
Date:     2015-06-01 18:09:32 +0000 (Mon, 01 Jun 2015)
Log Message:
-----------
check correct bot modes

Modified Paths:
--------------
    brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp

Modified: brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp
===================================================================
--- brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-01 
17:57:05 UTC (rev 65132)
+++ brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-01 
18:09:32 UTC (rev 65133)
@@ -1035,7 +1035,7 @@
     if (bot.num_vertices != 8 || bot.num_faces != 12)
        return false;
 
-    if (bot.mode == RT_BOT_SURFACE || bot.mode == RT_BOT_SOLID)
+    if (bot.mode != RT_BOT_SOLID && bot.mode != RT_BOT_PLATE)
        return false;
 
     if (bot.thickness) {

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