Skip to content

Commit

Permalink
Add a note to check if we can implement the db_walk_tree + nmg_boolea…
Browse files Browse the repository at this point in the history
…n logic as an rt_comb_tess callback. Not something we'd want to use for BoT evaluations since we don't want to have to stage BoTs through the NMG containers if we don't have to, but for old-school NMG output...
  • Loading branch information
starseeker committed Nov 18, 2023
1 parent 5391625 commit ae4c614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librt/primitives/table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ const struct rt_functab OBJ[] = {
NULL, /* plot */
NULL, /* adaptive_plot */
NULL, /* vshot */
NULL, /* tess */
NULL, /* tess - TODO - is there any reason we can't do the treewalk evaluation as a rt_comb_tess? */
NULL, /* tnurb */
NULL, /* brep */
RTFUNCTAB_FUNC_IMPORT5_CAST(rt_comb_import5),
Expand Down

0 comments on commit ae4c614

Please sign in to comment.