Revision: 70662
          http://sourceforge.net/p/brlcad/code/70662
Author:   brlcad
Date:     2018-02-03 04:43:16 +0000 (Sat, 03 Feb 2018)
Log Message:
-----------
merge stray lists, remove duplicates

Modified Paths:
--------------
    brlcad/trunk/TODO

Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO   2018-02-01 22:19:13 UTC (rev 70661)
+++ brlcad/trunk/TODO   2018-02-03 04:43:16 UTC (rev 70662)
@@ -145,7 +145,9 @@
 * improve rtweight .density file handling on Windows, can't find it.
   needs better search and override logic.
 
-* ray trace pnts
+* finish implementing pnts:
+  - ray trace pnts
+  - make color and vectors on pnts work
 
 * handling of geometry with names like "--_25" fails in archer
 
@@ -1013,8 +1015,6 @@
 * add support to 'rtxray' for outputting inverted pixel values so that
   we have pixel values that are directly related to material thickness
 
-* make color and vectors on pnts work
-
 * mged inconsistently ignores signals.  initially allowing mged to be
   backgrounded, but then later ignores them.  needs to consistently
   ignore or not ignore them, ideally the latter.
@@ -1355,32 +1355,7 @@
     ...
   };
 
-* evaluate performance of using an SQL/XML store for BRL-CAD geometry,
-  particularly as it pertains to rt_dirbuild() run times on large
-  models and db_lookup() times.
 
-* multiple-representation geometry.  support storing different
-  "versions" of a given combination node, as selectable subtrees where
-  one selectable subtree is always marked active/selected.  the
-  selectable subtrees could generally be entirely different
-  configurations (e.g., different poses) or different geometry
-  structure (e.g., a blast, signature, or lethality version of a given
-  model).  These could be implemented as a modification to the union
-  tree and exposed to the user as a parametric selection on a comb.
-  Something perhaps like this:
-
-  union tree {
-    ...
-    struct tree_representation {
-      uint32_t magic;
-      int tr_op;
-      const char *tr_name;
-      union tree *tr_subtree;
-    } tr_r;
-    ...
-  };
-
-
 LIBGED
 ------
 

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