Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 29 (100.0%) | 470 (100.0%) | 16.2 |
jbhooper | 2 (6.9%) | 457 (97.2%) | 228.5 |
harman | 25 (86.2%) | 13 (2.8%) | 0.5 |
jthornoc | 2 (6.9%) | 0 (0.0%) | 0.0 |
Implement convex polyhedrons as a geometry object. A polyhedron is defined by either a center and a number of offsets to nearby surface planes (good for platonic solids) or a center and a number of bounding half-spaces. No checks are made to ensure that the polyhedra are properly capped if they run into an enclosing CSG edge, but they are otherwise set up to be used in CSG.
457 lines of code changed in 2 files:
Removing IntVector initialization which was observed to cause a
significant slowdown - at least in Arches cases.
Committed on behalf of Alan H.
0 lines of code changed in 2 files:
Updated Copyright date
13 lines of code changed in 25 files: