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...)
 
Line 3: Line 3:
 
Requirements
 
Requirements
 
*Familiarity in C
 
*Familiarity in C
 +
 +
Difficulty: medium

Revision as of 16:30, 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

Difficulty: medium