-
Notifications
You must be signed in to change notification settings - Fork 324
Expand file tree
/
Copy pathfsrconfig.json
More file actions
92 lines (87 loc) · 3.17 KB
/
fsrconfig.json
File metadata and controls
92 lines (87 loc) · 3.17 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
90
91
92
{
"FidelityFX FSR": {
"RenderResources": {
"ReactiveMask": {
"Format": "R8_UNORM",
"AllowUAV": true,
"RenderResolution": false
},
"TransCompMask": {
"Format": "R8_UNORM",
"AllowUAV": true,
"RenderResolution": true
}
},
"RenderModules": [
"SkyDomeRenderModule",
"RasterShadowRenderModule",
"GBufferRenderModule",
"LightingRenderModule",
"TranslucencyRenderModule",
"GPUParticleRenderModule",
"TAARenderModule",
"FSR2RenderModule",
"UpscaleRenderModule",
"ToneMappingRenderModule",
"FSR1RenderModule"
],
"RenderModuleOverrides": {
"SkyDomeRenderModule": {
"Procedural": true
}
},
"Content": {
"Scenes": [
"../media/SponzaNew/MainSponza.gltf"
],
"Camera": "PhysCamera003",
"DiffuseIBL": "../media/IBL/mud_road_puresky_Diffuse.dds",
"SpecularIBL": "../media/IBL/mud_road_puresky_Specular.dds",
"SceneExposure": 1.355,
"ParticleSpawners": [
{
"Name": "FSRSpawner",
"AtlasPath": "../media/Textures/Particles/atlas.dds",
"Position": [ 0.0, 0.0, 0.0 ],
"Sort": true,
"Emitters": [
{
"Name": "Smoke",
"SpawnOffset": [ 0.0, 0.0, 1.4 ],
"SpawnOffsetVariance": [ 0.1, 0.0, 0.1 ],
"SpawnVelocity": [ 0.0, 0.2, 0.0 ],
"SpawnVelocityVariance": 1.0,
"ParticlesPerSecond": 10,
"Lifespan": 50.0,
"SpawnSize": 0.4,
"KillSize": 1.0,
"Mass": 0.0003,
"AtlasIndex": 0,
"Flags": {
"Reactive": true,
"Streaks": false
}
},
{
"Name": "Spark",
"SpawnOffset": [ 0.0, 0.0, -1.4 ],
"SpawnOffsetVariance": [ 0.05, 0.0, 0.05 ],
"SpawnVelocity": [ 0.0, 4.0, 0.0 ],
"SpawnVelocityVariance": 0.5,
"ParticlesPerSecond": 500,
"Lifespan": 1.0,
"SpawnSize": 0.02,
"KillSize": 0.02,
"Mass": 1.0,
"AtlasIndex": 1,
"Flags": {
"Reactive": true,
"Streaks": true
}
}
]
}
]
}
}
}