返回 VideoClaw
position.json
1 [
2 {
3 "id": "Position 1",
4 "description": "This position is located in front of the middle seat in the meeting room. A character can sit down at this position.",
5 "sittable": true,
6 "fixed_angle": false
7 },
8 {
9 "id": "Position 2",
10 "description": "The position is located in front of a seat on the right side of the meeting room, close to position 1. A character can sit down at this position.",
11 "sittable": true,
12 "fixed_angle": false
13 },
14 {
15 "id": "Position 3",
16 "description": "The position is located in front of a seat on the right side of the meeting room, between position 2 and 4. A character can sit down at this position.",
17 "sittable": true,
18 "fixed_angle": false
19 },
20 {
21 "id": "Position 4",
22 "description": "The position is located in front of a seat on the right side of the meeting room. A character can sit down at this position.",
23 "sittable": true,
24 "fixed_angle": false
25 },
26 {
27 "id": "Position 5",
28 "description": "The position is located in front of a seat on the left side of the meeting room. A character can sit down at this position.",
29 "sittable": true,
30 "fixed_angle": false
31 },
32 {
33 "id": "Position 6",
34 "description": "The position is located in front of a seat on the left side of the meeting room, between position 5 and 7. A character can sit down at this position.",
35 "sittable": true,
36 "fixed_angle": false
37 },
38 {
39 "id": "Position 7",
40 "description": "The position is located in front of a seat on the left side of the meeting room, close to position 1. A character can sit down at this position.",
41 "sittable": true,
42 "fixed_angle": false
43 }
44 ]
44 lines JSON