Advertisement
dkaban

W4 Cube config

Apr 8th, 2022
955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.80 KB | None | 0 0
  1. {
  2.     "Materials": {
  3.         "main":   { "metallic": 0.5, "roughness": 0.5, "reflectance": 1.0, "fog": { "start": 40.0, "end": 210.0, "maximum": 0.3, "color": { "r": 0.0, "g": 1, "b": 1 } } },
  4.         "grass":  { "metallic": 0.5, "roughness": 0.5, "reflectance": 1.0, "fog": { "start": 40.0, "end": 210.0, "maximum": 0.3, "color": { "r": 0.0, "g": 1, "b": 1 } } },
  5.         "leaves": { "metallic": 0.5, "roughness": 0.5, "reflectance": 1.0, "fog": { "start": 40.0, "end": 210.0, "maximum": 0.3, "color": { "r": 0.0, "g": 1, "b": 1 } } }
  6.     },
  7.     "ColorGrading": {
  8.     "qualityLevel": "medium",
  9.     "ToneMapper": {
  10.          "type": "linear",
  11.          "genericToneMapperContrast": 0.0,
  12.          "genericToneMapperHdrMax": 0.0,
  13.          "genericToneMapperMidGrayIn": 0.0,
  14.          "genericToneMapperMidGrayOut": 0.0
  15.      },
  16.     "luminanceScaling": false,
  17.     "exposure": 0.0,
  18.     "WhiteBalance": {
  19.         "temperature": 0.0,
  20.         "tint": 0.0
  21.     },
  22.     "ChannelMixer": {
  23.         "red": { "r": 1.0, "g": 0.0, "b": 0.0 },
  24.         "green": { "r": 0.0, "g": 1.0, "b": 0.0 },
  25.         "blue": { "r": 0.0, "g": 0.0, "b": 1.0 }
  26.     },
  27.     "ShadowsMidtonesHighlights": {
  28.         "shadows":    { "r": 1, "g": 1, "b": 1, "a": 0.0 },
  29.         "midtones":   { "r": 1, "g": 1, "b": 1, "a": 0.0 },
  30.         "highlights": { "r": 1, "g": 1, "b": 1, "a": 0.0 },
  31.         "ranges":     { "x": 0.0, "y": 0.3, "z": 0.5, "w": 1.0 }
  32.     },
  33.     "SlopeOffsetPower": {
  34.         "slope": { "r": 1.0, "g": 1.0, "b": 1.0 },
  35.         "offset": { "r": 0.0, "g": 0.0, "b": 0.0 },
  36.         "power": { "r": 1.0, "g": 1.0, "b": 1.0 }
  37.     },
  38.     "contrast": 1.0, "vibrance": 1.0, "saturation": 1.0,
  39.     "Curves": {
  40.         "shadowGamma": { "x": 1.0, "y": 1.0, "z": 1.0 },
  41.         "midPoint": { "x": 1.0, "y": 1.0, "z": 1.0 },
  42.         "highlightScale": { "x": 1.0, "y": 1.0, "z": 1.0 }
  43.         }
  44.     },
  45.     "Vignette": {
  46.         "midPoint": 0.5,
  47.         "roundness": 0.5,
  48.         "feather": 0.5,
  49.         "color": { "r": 0.0, "g": 0.0, "b": 0.0, "a": 1.0 },
  50.         "enabled": false
  51.     },
  52.     "Fog": {
  53.         "distance": 0.0,
  54.         "maximumOpacity": 1.0,
  55.         "height": 0.0,
  56.         "heightFalloff": 1.0,
  57.         "color": { "r": 0.7, "g": 0.7, "b": 0.7},
  58.         "density": 0.1, "inScatteringStart": 0.0,
  59.         "inScatteringSize": -1.0,
  60.         "fogColorFromIbl": false,
  61.         "enabled": false
  62.     },
  63.     "Bloom": {
  64.         "dirtStrength": 0.2,
  65.         "strength": 0.1,
  66.         "resolution": 360,
  67.         "anamorphism": 1.0,
  68.         "levels": 6,
  69.         "blendMode": "add",
  70.         "threshold": true,
  71.         "enabled": false,
  72.         "highlight": 1000.0,
  73.         "lensFlare": false,
  74.         "starburst": true,
  75.         "chromaticAberration": 0.005,
  76.         "ghostCount": 4,
  77.         "ghostSpacing": 0.6,
  78.         "ghostThreshold": 10.0,
  79.         "haloThickness": 0.1,
  80.         "haloRadius": 0.4,
  81.         "haloThreshold": 10.0
  82.     },
  83.     "AmbientOcclusion": {
  84.         "radius": 0.3,
  85.         "power": 1.0,
  86.         "bias": 0,
  87.         "resolution": 0.5,
  88.         "intensity": 1.0,
  89.         "bilateralThreshold": 0.05,
  90.         "quality": "low",
  91.         "lowPassFilter": "medium",
  92.         "upsampling": "low",
  93.         "enabled": false,
  94.         "minHorizonAngleRad": 0.0,
  95.         "Ssct": {
  96.             "lightConeRad": 1.0,
  97.             "shadowDistance": 0.3,
  98.             "contactDistanceMax": 1.0,
  99.             "intensity": 0.8,
  100.             "lightDirection": { "x": 0.0, "y": -1.0, "z": 0.0 },
  101.             "depthBias": 0,
  102.             "depthSlopeBias": 0,
  103.             "sampleCount": 4,
  104.             "rayCount": 1,
  105.             "enabled": false
  106.         }
  107.     },
  108.     "DepthOfField": {
  109.         "cocScale": 1.0,
  110.         "maxApertureDiameter": 0,
  111.         "enabled": true,
  112.         "filter": "median",
  113.         "nativeResolution": false,
  114.         "foregroundRingCount": 0,
  115.         "backgroundRingCount": 0,
  116.         "fastGatherRingCount": 0,
  117.         "maxForegroundCOC": 0,
  118.         "maxBackgroundCOC": 0
  119.     },
  120.     "DynamicResolution": {
  121.         "minScale": { "x": 0.5, "y": 0.5 },
  122.         "maxScale": { "x": 1.0, "y": 1.0 },
  123.         "enabled": false,
  124.         "homogeneousScaling": false,
  125.         "quality": "low"
  126.     },
  127.     "RenderQuality": {
  128.         "hdrColorBuffer": "high"
  129.     },
  130.     "TemporalAntiAliasing": {
  131.         "filterWidth": 1.0,
  132.         "feedback": 0.03,
  133.         "enabled": false
  134.     },
  135.     "VsmShadow": {
  136.         "anisotropy": 0,
  137.         "mipmapping": false,
  138.         "minVarianceScale": 0.5,
  139.         "lightBleedReduction": 0.1
  140.     },
  141.     "Sun": {
  142.         "direction": { "x": -1.0, "y": -1.0, "z": -1.0 },
  143.         "radius": 1.0,
  144.         "intensity": 113741.71875,
  145.         "color": { "r": 0.87, "g": 0.92, "b": 0.62}
  146.     },
  147.     "Environment": { "intensity": 27389.072265625 },
  148.     "W4cOptions": { "enabled ": true }
  149. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement