diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-03-10 17:28:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-03-10 18:35:13 +0100 |
commit | 130715a4209c0f0efb5b35659eb76911a0bc6bbb (patch) | |
tree | fd0306162c8566f9769ad343e93234a9e36b96d0 /logic/pipeline.hpp | |
parent | 4edcf74065e24c9c152fdf44d1dea891a360ea5b (diff) |
logic/pipeline: disable neck for `reltrans not aiming'
Diffstat (limited to 'logic/pipeline.hpp')
-rw-r--r-- | logic/pipeline.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/logic/pipeline.hpp b/logic/pipeline.hpp index d51655b3..7f618ea1 100644 --- a/logic/pipeline.hpp +++ b/logic/pipeline.hpp @@ -52,10 +52,11 @@ public: euler_t rotate(const rmat& rmat, const euler_t& in, vec3_bool disable) const; warn_result_unused - Pose apply_pipeline(reltrans_state cur, const Pose& value, const vec6_bool& disable); + Pose apply_pipeline(reltrans_state state, const Pose& value, + const vec6_bool& disable, bool neck_enable, int neck_z); warn_result_unused - euler_t apply_neck(const Pose& value, bool enable, int nz) const; + euler_t apply_neck(const Pose& value, int nz) const; }; using namespace time_units; |