This repository was archived by the owner on Nov 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbalance.json
More file actions
89 lines (89 loc) · 1.91 KB
/
balance.json
File metadata and controls
89 lines (89 loc) · 1.91 KB
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
{
"app": {
"graphicsShaderFileName": ".\\balance.gfx.glsl",
"soundShaderFileName": ".\\balance.snd.glsl",
"xReso": 1280,
"yReso": 720
},
"camera": {
"vec3Pos": [0, 0, 0],
"vec3Ang": [0, 0, 0],
"fovYInRadians": 0.39269909262657166
},
"captureScreenShotSettings": {
"fileName": "",
"xReso": 1280,
"yReso": 720,
"replaceAlphaByOne": true
},
"captureCubemapSettings": {
"fileName": "",
"reso": 512
},
"renderSettings": {
"pixelFormat": 0,
"enableMultipleRenderTargets": false,
"numEnabledRenderTargets": 4,
"enableBackBuffer": false,
"enableMipmapGeneration": true,
"textureFilter": 1,
"textureWrap": 1,
"enableSwapIntervalControl": false,
"swapInterval": 2
},
"preferenceSettings": {
"enableAutoRestartByGraphicsShader": false,
"enableAutoRestartBySoundShader": false
},
"executableExportSettings": {
"fileName": ".\\balance.exe",
"xReso": 1280,
"yReso": 720,
"durationInSeconds": 125,
"numSoundBufferSamples": 6029312,
"numSoundBufferAvailableSamples": 6029312,
"numSoundBufferSamplesPerDispatch": 32768,
"enableFrameCountUniform": false,
"enableSoundDispatchWait": true,
"shaderMinifierOptions": {
"enableFieldNames": false,
"fieldNameIndex": 0,
"noRenaming": false,
"enableNoRenamingList": false,
"noRenamingList": "main",
"noSequence": false,
"smoothstep": false
},
"crinklerOptions": {
"compMode": 3,
"useTinyHeader": false,
"useTinyImport": false
}
},
"recordImageSequenceSettings": {
"directoryName": "",
"xReso": 1280,
"yReso": 720,
"startTimeInSeconds": 0,
"durationInSeconds": 120,
"framesPerSecond": 60,
"replaceAlphaByOne": true
},
"captureSoundSettings": {
"fileName": "",
"durationInSeconds": 120
},
"imGuiStatus": {
"displayCurrentStatus": true,
"displayCameraSettings": true
},
"userTextures": [{
"fileName": ""
}, {
"fileName": ""
}, {
"fileName": ""
}, {
"fileName": ""
}]
}