X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.h;fp=world_gate.h;h=201187cfbc9ee32944bde7ba1c27fa674d0a2f3a;hb=2c91a71533b4ce86b9e7fd708420ae05c74d8f52;hp=5663c295d581c9b8bc74b4163cb6a006468b03d4;hpb=d27f8a570e5cfad1974b4be303888e17ff846406;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index 5663c29..201187c 100644 --- a/world_gate.h +++ b/world_gate.h @@ -11,15 +11,15 @@ struct world_gates{ glmesh mesh; - mdl_submesh sm_surface, sm_marker[4]; + mdl_submesh sm_surface, sm_marker[4], sm_icosphere; camera cam; + + v3f userportal_co; } static world_gates; static void world_gates_init(void); static void gate_transform_update( ent_gate *gate ); -static void world_link_nonlocal_async( void *payload, u32 size ); -static void world_unlink_nonlocal( world_instance *world ); static int render_gate( world_instance *world, world_instance *world_inside, ent_gate *gate, camera *cam, int layer_depth );