X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=bf58144a3b8727c9b80fc5fea3bfa7752d1fa968;hb=777083e1f715a26d3f68be4ba5bdf2cbcaa84a05;hp=a92591e294963636653dba6f7c294304aeb297ac;hpb=6d98c1e42c1617a8a426f9f0c0df99b75725b486;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index a92591e..bf58144 100644 --- a/world.h +++ b/world.h @@ -306,10 +306,18 @@ VG_STATIC struct gworld *scene_no_collide, *scene_lines; + struct grind_edge + { + v3f p0, p1; + } + *grind_edges; + u32 grind_edge_count; + /* spacial mappings */ bh_tree *audio_bh, *trigger_bh, - *geo_bh; + *geo_bh, + *grind_bh; /* graphics */ glmesh mesh_route_lines;