X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world.h;h=efa5f9d0e8b54b8e308a7e8a095c2e364bdd9d73;hb=refs%2Fheads%2Fmenu2;hp=49d1aaea690849f6fb32bfb3e645901940d9d33d;hpb=4eccfd7252f8ff165670842df537441afae5458b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index 49d1aae..3a067db 100644 --- a/world.h +++ b/world.h @@ -134,7 +134,7 @@ struct world_instance { float probabilities[3]; v3i light_cubes; - struct framebuffer heightmap; + vg_framebuffer *heightmap; /* * Dynamically allocated when world_load is called. @@ -157,6 +157,7 @@ struct world_instance { mdl_submesh sm_geo, sm_no_collide; u32 flags; + u32 alpha_tex; } * surfaces; u32 surface_count; @@ -214,8 +215,7 @@ struct world_instance { /* graphics */ glmesh mesh_route_lines; glmesh mesh_geo, - mesh_no_collide, - mesh_water; + mesh_no_collide; u32 cubemap_cooldown, cubemap_side; /* leaderboards */