IBLSkybox.preset 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "MultiplatformPresetSettings",
  5. "ClassData": {
  6. "DefaultPreset": {
  7. "UUID": "{E6441EAC-9843-484B-8EFC-C03B2935B48D}",
  8. "Name": "IBLSkybox",
  9. "Description": "The input cubemap generates a skybox, IBL specular, and IBL diffuse output cubemaps.",
  10. "SourceColor": "Linear",
  11. "DestColor": "Linear",
  12. "SuppressEngineReduce": true,
  13. "PixelFormat": "R9G9B9E5",
  14. "DiscardAlpha": true,
  15. "MinTextureSize": 256,
  16. "IsPowerOf2": true,
  17. "CubemapSettings": {
  18. "RequiresConvolve": false,
  19. "GenerateIBLSpecular": true,
  20. "IBLSpecularPreset": "IBLSpecular",
  21. "GenerateIBLDiffuse": true,
  22. "IBLDiffusePreset": "IBLDiffuse"
  23. }
  24. },
  25. "PlatformsPresets": {
  26. "android": {
  27. "UUID": "{E6441EAC-9843-484B-8EFC-C03B2935B48D}",
  28. "Name": "IBLSkybox",
  29. "SourceColor": "Linear",
  30. "DestColor": "Linear",
  31. "SuppressEngineReduce": true,
  32. "PixelFormat": "R9G9B9E5",
  33. "DiscardAlpha": true,
  34. "MinTextureSize": 256,
  35. "IsPowerOf2": true,
  36. "CubemapSettings": {
  37. "RequiresConvolve": false,
  38. "GenerateIBLSpecular": true,
  39. "IBLSpecularPreset": "IBLSpecular",
  40. "GenerateIBLDiffuse": true,
  41. "IBLDiffusePreset": "IBLDiffuse"
  42. }
  43. },
  44. "ios": {
  45. "UUID": "{E6441EAC-9843-484B-8EFC-C03B2935B48D}",
  46. "Name": "IBLSkybox",
  47. "SourceColor": "Linear",
  48. "DestColor": "Linear",
  49. "SuppressEngineReduce": true,
  50. "PixelFormat": "R9G9B9E5",
  51. "DiscardAlpha": true,
  52. "MinTextureSize": 256,
  53. "IsPowerOf2": true,
  54. "CubemapSettings": {
  55. "RequiresConvolve": false,
  56. "GenerateIBLSpecular": true,
  57. "IBLSpecularPreset": "IBLSpecular",
  58. "GenerateIBLDiffuse": true,
  59. "IBLDiffusePreset": "IBLDiffuse"
  60. }
  61. },
  62. "mac": {
  63. "UUID": "{E6441EAC-9843-484B-8EFC-C03B2935B48D}",
  64. "Name": "IBLSkybox",
  65. "SourceColor": "Linear",
  66. "DestColor": "Linear",
  67. "SuppressEngineReduce": true,
  68. "PixelFormat": "R9G9B9E5",
  69. "DiscardAlpha": true,
  70. "MinTextureSize": 256,
  71. "IsPowerOf2": true,
  72. "CubemapSettings": {
  73. "RequiresConvolve": false,
  74. "GenerateIBLSpecular": true,
  75. "IBLSpecularPreset": "IBLSpecular",
  76. "GenerateIBLDiffuse": true,
  77. "IBLDiffusePreset": "IBLDiffuse"
  78. }
  79. },
  80. "provo": {
  81. "UUID": "{E6441EAC-9843-484B-8EFC-C03B2935B48D}",
  82. "Name": "IBLSkybox",
  83. "SourceColor": "Linear",
  84. "DestColor": "Linear",
  85. "SuppressEngineReduce": true,
  86. "PixelFormat": "R9G9B9E5",
  87. "DiscardAlpha": true,
  88. "MinTextureSize": 256,
  89. "IsPowerOf2": true,
  90. "CubemapSettings": {
  91. "RequiresConvolve": false,
  92. "GenerateIBLSpecular": true,
  93. "IBLSpecularPreset": "IBLSpecular",
  94. "GenerateIBLDiffuse": true,
  95. "IBLDiffusePreset": "IBLDiffuse"
  96. }
  97. }
  98. }
  99. }
  100. }