General Tree Walker

From BRL-CAD
Revision as of 16:30, 11 March 2011 by Starseeker (talk | contribs)

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

Difficulty: medium