-
Notifications
You must be signed in to change notification settings - Fork 0
/
Screensaver.conf.in
36 lines (31 loc) · 1.02 KB
/
Screensaver.conf.in
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
startmode = '@PLUGIN_SCREENSAVER_STARTMODE@'
precondition = ["Graphics"]
configuration = JSON()
configuration.add("timeout", '@PLUGIN_SCREENSAVER_TIMEOUT@')
configuration.add("fadein", '@PLUGIN_SCREENSAVER_FADEIN@')
configuration.add("instant", '@PLUGIN_SCREENSAVER_INSTANT@')
configuration.add("interval", '@PLUGIN_SCREENSAVER_INTERVAL@')
configuration.add("reportfps", '@PLUGIN_SCREENSAVER_REPORTFPS@')
shader_files = [
{
"vertexfile": "Common-Version-100-ES.vert",
"fragmentfile": "Tentacles-of-Balance.frag"
},
{
"vertexfile": "Common-Version-100-ES.vert",
"fragmentfile": "Tentacles-of-Light.frag"
},
{
"vertexfile": "Common-Version-100-ES.vert",
"fragmentfile": "Universe-of-Squares.frag"
},
# {
# "vertexfile": "Common-Version-300-ES.vert",
# "fragmentfile": "Rotating-Cube.frag"
# },
{
"vertexfile": "Common-Version-100-ES.vert",
"fragmentfile": "Rotating-Square.frag"
}
]
configuration.add("models", shader_files)