-
-
Notifications
You must be signed in to change notification settings - Fork 361
Expand file tree
/
Copy pathgl.json5
More file actions
23 lines (23 loc) · 643 Bytes
/
gl.json5
File metadata and controls
23 lines (23 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
outPath: "./gl.mp4",
clips: [
{
transition: null,
duration: 3,
layers: [{ type: "gl", fragmentPath: "./assets/shaders/3l23Rh.frag" }],
},
{ duration: 3, layers: [{ type: "gl", fragmentPath: "./assets/shaders/MdXyzX.frag" }] },
{
duration: 3,
layers: [{ type: "gl", fragmentPath: "./assets/shaders/30daysofshade_010.frag", speed: 1 }],
},
{
duration: 3,
layers: [{ type: "gl", fragmentPath: "./assets/shaders/rainbow-background.frag" }],
},
{
duration: 3,
layers: [{ type: "gl", fragmentPath: "./assets/shaders/wd2yDm.frag", speed: 5 }],
},
],
}