issues
search
BrunoLevy
/
geogram
a programming library with geometric algorithms
Other
1.87k
stars
126
forks
source link
Faster CSG operations
#134
Open
BrunoLevy
opened
9 months ago
BrunoLevy
commented
9 months ago
[ ]
fast_union
mode, make it properly handle connected components floating inside another primitive
[ ] use 64 bits instead of 32 for primitive inclusion bits
[ ] tree transforms: create larger trees (what is a good balance ? we could completely "flatten" the tree)
[ ] tree transforms: find common subexpressions that could be factored (DAG rather than tree), see how the cache works in OpenSCAD.
fast_union
mode, make it properly handle connected components floating inside another primitive