Revision: 71566
          http://sourceforge.net/p/brlcad/code/71566
Author:   starseeker
Date:     2018-08-23 13:24:43 +0000 (Thu, 23 Aug 2018)
Log Message:
-----------
Add a note to go back and fix this option setup later.

Modified Paths:
--------------
    brlcad/trunk/src/libged/pnts.cpp

Modified: brlcad/trunk/src/libged/pnts.cpp
===================================================================
--- brlcad/trunk/src/libged/pnts.cpp    2018-08-23 00:10:14 UTC (rev 71565)
+++ brlcad/trunk/src/libged/pnts.cpp    2018-08-23 13:24:43 UTC (rev 71566)
@@ -276,6 +276,9 @@
     struct bu_opt_desc d[9];
     BU_OPT(d[0], "h", "help",      "",  NULL,            &print_help,     
"Print help and exit");
     BU_OPT(d[1], "t", "tolerance", "#", &bu_opt_fastf_t, &len_tol,        
"Specify sampling grid spacing (in mm).");
+    /* TODO - this isn't actually what we probably want here - what we want is 
to treat the object as
+     * one huge region and report only *those* points.  The current behavior 
is more correctly named
+     * something like "visible".  Need to fix... */
     BU_OPT(d[2], "",  "surface",   "",  NULL,            &pnt_surf_mode,  
"Save only first and last points along ray.");
     BU_OPT(d[3], "",  "grid",      "",  NULL,            &pnt_grid_mode,  
"Sample using a gridded ray pattern (default).");
     BU_OPT(d[4], "",  "rand",      "",  NULL,            &pnt_rand_mode,  
"Sample using a random Marsaglia ray pattern on the bounding sphere.");

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to