X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=player_skate.h;h=e54754e570f5bf61fda3bb6a01066fbf6868c36a;hb=5057afb71329100ab0cfb8cad3862c364637feb3;hp=37c90dc796326d06bedd9bdeead4cd25965b6107;hpb=fc1d543772607ab0643e54ebd2db9ec9dce614d1;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_skate.h b/player_skate.h index 37c90dc..e54754e 100644 --- a/player_skate.h +++ b/player_skate.h @@ -43,9 +43,12 @@ struct player_skate trick_euler; /* measured in units of TAU */ float trick_time; +#if 0 m3x3f velocity_bias, velocity_bias_pstep; v3f apex; +#endif + v3f up_dir; v3f head_position; @@ -60,12 +63,17 @@ struct player_skate int charging_jump, jump_dir; float jump_charge; - double jump_time; + double jump_time; double start_push, cur_push; v3f prev_pos; + + /* initial launch conditions */ + double air_start; + v3f air_init_v, + air_init_co; } state, state_gate_storage; @@ -105,6 +113,8 @@ struct player_skate v3f log[50]; v3f n; v3f apex; + v3f v; + int log_length; float score, land_dist;