X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes.h;h=501915a0643859d812a41dd31d87a6cffd110ddc;hb=0ca7f5ca2560908de1a03db112df67e52b476107;hp=34ba50bd210e40e0f1ef4ee1c1ddbf8c7d439356;hpb=98b9bcf0e10bc02cf679d03fa269613e140ba878;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes.h b/world_routes.h index 34ba50b..501915a 100644 --- a/world_routes.h +++ b/world_routes.h @@ -789,8 +789,6 @@ VG_STATIC void world_routes_create_mesh( world_instance *world, u32 route_id ) scene_copy_slice( world->scene_lines, &route->sm ); } -VG_STATIC void world_scene_compute_light_clusters( world_instance *world, - scene *sc ); /* * Create the strips of colour that run through the world along course paths */ @@ -802,8 +800,6 @@ VG_STATIC void world_routes_generate( world_instance *world ) for( u32 i=0; iroute_count; i++ ) world_routes_create_mesh( world, i ); - world_scene_compute_light_clusters( world, world->scene_lines ); - vg_acquire_thread_sync(); { scene_upload( world->scene_lines, &world->mesh_route_lines );