Simplify the CsgOpNodes as we build them, rather than in GetChildren#368
Merged
elalish merged 15 commits intoelalish:master from ochafik:flattenMar 16, 2023
+188-45
Commits
Commits on Mar 14, 2023
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Simpler (a-(b+c)) -> (a-b-c) transform in CsgOpNode::Boolean to work better w/ CsgOpNode::ToLeafNode
committed- committed