diff --git a/data/poses/desk_standup_stretch.json b/data/poses/desk_standup_stretch.json new file mode 100644 index 0000000..9dcbabb --- /dev/null +++ b/data/poses/desk_standup_stretch.json @@ -0,0 +1,13 @@ +{ + "id": "desk_standup_stretch", + "name": "Desk Standup Stretch", + "standing": true, + "tags": ["generated", "bounty"], + "tips": ["Generated tip 1", "Generated tip 2"], + "camera_cues": ["full body", "eye level"], + "joints": { + "nose": [0.5, 0.2, 0.0], + "l_shoulder": [0.4, 0.3, 0.0], + "r_shoulder": [0.6, 0.3, 0.0] + } +}