updated files from meshfrac_alt
[meshfrac] / src / frac.h
index 8a7e022..0049f09 100644 (file)
@@ -9,11 +9,14 @@ struct frac_cell {
        cgm_vec3 pt;
        struct poly *polys;
        int num_polys;
+
+       struct cmesh *mesh;
 };
 
 struct fracture {
        struct cmesh *mesh;                     /* no ownership */
        struct frac_cell *cells;        /* dynarr */
+       float cell_gap;
 };
 
 int frac_init(struct fracture *frac);