返回 VideoClaw
position.json
1 [
2 {
3 "id": "Position 1",
4 "description": "This position is located in front of the long sofa at the center of the apartment, between position 2 and 3. A character can sit down at this position.",
5 "sittable": true,
6 "fixed_angle": false
7 },
8 {
9 "id": "Position 2",
10 "description": "This position is located in front of the short sofa at the center of the apartment, close to position 1 and 3. A character can sit down at this position.",
11 "sittable": true,
12 "fixed_angle": false
13 },
14 {
15 "id": "Position 3",
16 "description": "This position is located in front of the long sofa at the center of the apartment, close to position 1 and 2.",
17 "sittable": false,
18 "fixed_angle": false
19 },
20 {
21 "id": "Position 4",
22 "description": "This position is situated in the hallway of an apartment, behind position 2.",
23 "sittable": false,
24 "fixed_angle": true
25 },
26 {
27 "id": "Position 5",
28 "description": "This position is located diagonally behind position 1, close to the window.",
29 "sittable": false,
30 "fixed_angle": true
31 }
32 ]
32 lines JSON