CoffeeSCad icon indicating copy to clipboard operation
CoffeeSCad copied to clipboard

Fix recursion issues in csg processing when dealing with more complex objects

Open kaosat-dev opened this issue 11 years ago • 0 comments

Currently having issues (particularly with sphere based geometries), causing stack overflow/too much recursion errors: this come from the csg's tree implementation, and could be solved by moving to an iterative approach

kaosat-dev avatar Feb 27 '13 21:02 kaosat-dev