Difference between revisions of "General Tree Walker"

From BRL-CAD
(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...)
(No difference)

Revision as of 16:10, 11 March 2011

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