IBLGlobal.preset 627 B

1234567891011121314151617181920
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "MultiplatformPresetSettings",
  5. "ClassData": {
  6. "DefaultPreset": {
  7. "UUID": "{A13B2FCE-2F6A-4634-B112-5A0A912B50CE}",
  8. "Name": "IBLGlobal",
  9. "Description": "The input cubemap generates IBL specular and diffuse cubemaps.",
  10. "GenerateIBLOnly": true,
  11. "CubemapSettings": {
  12. "GenerateIBLSpecular": true,
  13. "IBLSpecularPreset": "IBLSpecular",
  14. "GenerateIBLDiffuse": true,
  15. "IBLDiffusePreset": "IBLDiffuse"
  16. }
  17. }
  18. }
  19. }