trying to fix the clipping bugs
[meshfrac] / src / frac.h
index 7b08107..0049f09 100644 (file)
@@ -16,6 +16,7 @@ struct frac_cell {
 struct fracture {
        struct cmesh *mesh;                     /* no ownership */
        struct frac_cell *cells;        /* dynarr */
+       float cell_gap;
 };
 
 int frac_init(struct fracture *frac);