-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene.json
117 lines (117 loc) · 2.12 KB
/
scene.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{ "name" : "Test",
"author": "SM",
"copyright": "SM",
"scenes":[
{
"scene": "main_scene",
"sound_source": 1,
"sound": "River_Flows_In_You_-_Yiruma_Piano_Tutorial_Synthes.wav",
"angle": 180,
"frames":[
{
"source": 1,
"image": "image1.jpg",
"width": 4,
"height": 1.0 },
{
"source": 1,
"image": "capture.jpg",
"width": 4,
"height": 1.0 },
{
"source": 1,
"image": "image1.jpg",
"width": 4,
"height": 1.0 },
{
"source": 1,
"image": "radar.png",
"width": 4,
"height": 1.0 }
],
"clips":[
{
"source": 1,
"video": "Funny_Cartoon.ogg"
},
{
"source": 1,
"video": "hedgehog_in_the_fog.ogg" }
],
"north": 1,
"east": 2,
"south": 3,
"west": 2},
{
"scene": "second_scene",
"sound_source": 1,
"sound": "Emotional_Piano_Music_-_Last_Leaf_Falls_Synthesia_.wav",
"angle": 90,
"frames":[
{
"source": 2,
"image": "https://www.universitiesaustralia.edu.au/Images/UserUploadedImages/387/USClogo.jpg",
"video": "",
"width": 4,
"height": 1.0 },
{
"source": 1,
"image": "radar.png",
"video": "",
"width": 4,
"height": 1.0 },
{
"source": 1,
"image": "image1.jpg",
"video": "",
"width": 4,
"height": 1.0 },
{
"source": 1,
"image": "capture.jpg",
"video": "",
"width": 4,
"height": 1.0 }
],
"clips":[
{
"source": 1,
"video": "hedgehog_in_the_fog.ogg"
},
{
"source": 1,
"video": "Funny_Cartoon.ogg" }
],
"north": 1,
"east": 2,
"south": 3,
"west": 4
},
{
"scene": "third_scene",
"sound_source": 2,
"sound": "http://www.amclassical.com/mp3/amclassical_beethoven_fur_elise.mp3",
"frames":[
{
"source": 1,
"image": "image1.jpg",
"width": 2,
"height": 1.0 },
{
"source": 1,
"image": "radar.jpg",
"width": 4,
"height": 1.0 },
{
"source": 1,
"image": "image1.jpg",
"width": 4,
"height": 1.0 }
],
"north": 1,
"east": 2,
"south": 3,
"west": 4
}
]
}