forked from 0b5vr/brainfiller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrainfiller.json
87 lines (87 loc) · 1.89 KB
/
brainfiller.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
{
"app": {
"graphicsShaderFileName": ".\\brainfiller.gfx.glsl",
"soundShaderFileName": ".\\brainfiller.snd.glsl",
"xReso": 1280,
"yReso": 720
},
"camera": {
"vec3Pos": [0, 0, 0],
"vec3Ang": [0, 0, 0],
"fovYInRadians": 0.39269909262657166
},
"captureScreenShotSettings": {
"fileName": ".\\brainfiller.png",
"xReso": 1280,
"yReso": 720,
"replaceAlphaByOne": true
},
"captureCubemapSettings": {
"fileName": "",
"reso": 512
},
"renderSettings": {
"pixelFormat": 1,
"enableMultipleRenderTargets": true,
"numEnabledRenderTargets": 4,
"enableBackBuffer": true,
"enableMipmapGeneration": true,
"textureFilter": 1,
"textureWrap": 1,
"enableSwapIntervalControl": true,
"swapInterval": 2
},
"preferenceSettings": {
"enableAutoRestartByGraphicsShader": true,
"enableAutoRestartBySoundShader": true
},
"executableExportSettings": {
"fileName": ".\\brainfiller-720p.exe",
"xReso": 1280,
"yReso": 720,
"durationInSeconds": 144,
"numSoundBufferSamples": 6914048,
"numSoundBufferAvailableSamples": 6914048,
"numSoundBufferSamplesPerDispatch": 32768,
"enableFrameCountUniform": true,
"enableSoundDispatchWait": true,
"shaderMinifierOptions": {
"noRenaming": false,
"enableNoRenamingList": true,
"noRenamingList": "main,i",
"noSequence": false,
"smoothstep": false
},
"crinklerOptions": {
"compMode": 2,
"useTinyHeader": false,
"useTinyImport": false
}
},
"recordImageSequenceSettings": {
"directoryName": "",
"xReso": 1280,
"yReso": 720,
"startTimeInSeconds": 0,
"durationInSeconds": 144,
"framesPerSecond": 60,
"replaceAlphaByOne": true
},
"captureSoundSettings": {
"fileName": "",
"durationInSeconds": 144
},
"imGuiStatus": {
"displayCurrentStatus": true,
"displayCameraSettings": true
},
"userTextures": [{
"fileName": ""
}, {
"fileName": ""
}, {
"fileName": ""
}, {
"fileName": ""
}]
}