General Tree Walker
From BRL-CAD
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