X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_api.h;h=2c2d18ece0cab214ebfb66c89a261dea1110c027;hb=dbbdf411d1aaf70cb995c3371cfae37fd0b7dbcc;hp=01658418794d65949eb3df214e407797707bf334;hpb=09fc72b08113fa157a3abb2ded6086babedd10cf;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_api.h b/player_api.h index 0165841..2c2d18e 100644 --- a/player_api.h +++ b/player_api.h @@ -11,8 +11,8 @@ typedef struct player_pose player_pose; struct player_pose{ enum player_pose_type { - k_player_pose_type_fk, /* regular FK animation */ - k_player_pose_type_absolute /* decomposition of the final matrices */ + k_player_pose_type_ik, /* regular IK animation */ + k_player_pose_type_fk_2, } type;