IBLGlobal.preset 751 B

123456789101112131415161718192021222324
  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. "FileMasks": [
  12. "_iblglobalcm",
  13. "_cubemap",
  14. "_cm"
  15. ],
  16. "CubemapSettings": {
  17. "GenerateIBLSpecular": true,
  18. "IBLSpecularPreset": "IBLSpecular",
  19. "GenerateIBLDiffuse": true,
  20. "IBLDiffusePreset": "IBLDiffuse"
  21. }
  22. }
  23. }
  24. }