!T (Character Tool) (DEV-88066) Enable 3D positioning for audio triggers in character...
[CRYENGINE.git] / Editor / DefaultSubstanceOutputMapping.json
blobd703cf0482e2de4a30b78dc93d5fd8e32562cc1c
2 "presets": [
3                 {
4                         "enabled": true,
5                         "name": "diff",
6                         "preset": "Albedo",
7                         "resolution": "original",
8                         "sourceoutputs": [ "diffuse" ],
9                         "mapping": [
10                                 { "channel": -1, "output": 0 },
11                                 { "channel": -1, "output": 0 },
12                                 { "channel": -1, "output": 0 },
13                                 { "channel": -1, "output": 0 }
14                         ]
15                 },
16                 {
17                         "enabled": true,
18                         "name": "spec",
19                         "preset": "Reflectance",
20                         "resolution": "quarter",
21                         "sourceoutputs": [ "specular" ],
22                         "mapping": [
23                                 { "channel": -1, "output": 0 },
24                                 { "channel": -1, "output": 0 },
25                                 { "channel": -1, "output": 0 },
26                                 { "channel": -1, "output": 0 }
27                         ]
28                 },
29                 {
30                         "enabled": true,
31                         "name": "ddna",
32                         "preset": "NormalsWithSmoothness",
33                         "resolution": "original",
34                         "sourceoutputs": [ "normal", "glossiness" ],
35                         "mapping": [
36                                 { "channel": -1, "output": 0 },
37                                 { "channel": -1, "output": 0 },
38                                 { "channel": -1, "output": 0 },
39                                 { "channel": 0, "output": 1 }
40                         ]
41                 },
42                 {
43                         "enabled": false,
44                         "name": "ddn",
45                         "preset": "Normals",
46                         "resolution": "original",
47                         "sourceoutputs": [ "normal" ],
48                         "mapping": [
49                                 { "channel": -1, "output": 0 },
50                                 { "channel": -1, "output": 0 },
51                                 { "channel": -1, "output": 0 },
52                                 { "channel": -1, "output": 0 }
53                         ]
54                 },
55                 {
56                         "enabled": true,
57                         "name": "height",
58                         "preset": "Displacement",
59                         "resolution": "original",
60                         "sourceoutputs": [ "height" ],
61                         "mapping": [
62                                 { "channel": -1, "output": 0 },
63                                 { "channel": -1, "output": -1 },
64                                 { "channel": -1, "output": -1 },
65                                 { "channel": 0, "output": 0 }
66                         ]
67                 },
68                 {
69                         "enabled": false,
70                         "name": "emit",
71                         "preset": "Albedo",
72                         "resolution": "original",
73                         "sourceoutputs": [ "Heatmap" ],
74                         "mapping": [
75                                 { "channel": -1, "output": 0 },
76                                 { "channel": -1, "output": 0 },
77                                 { "channel": -1, "output": 0 },
78                                 { "channel": -1, "output": 0 }
79                         ]
80                 }
81         ]