General Tree Walker

From BRL-CAD
Revision as of 16:10, 11 March 2011 by Erik (talk | contribs) (New page: There are currently several slightly different functions to recursively walk the CSG tree. This task would be to implement a new tree walking function capable of replacing them all and alt...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

There are currently several slightly different functions to recursively walk the CSG tree. This task would be to implement a new tree walking function capable of replacing them all and altering software that uses the old walkers to use the single new unified one.

Requirements

  • Familiarity in C