Normals.preset 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "MultiplatformPresetSettings",
  5. "ClassData": {
  6. "DefaultPreset": {
  7. "UUID": "{508B21D5-5250-4003-97EC-1CF28D571ACF}",
  8. "Name": "Normals",
  9. "SourceColor": "Linear",
  10. "DestColor": "Linear",
  11. "PixelFormat": "BC5s",
  12. "DiscardAlpha": true,
  13. "IsPowerOf2": true,
  14. "MipRenormalize": true,
  15. "MipMapSetting": {
  16. "MipGenType": "Box"
  17. }
  18. },
  19. "PlatformsPresets": {
  20. "android": {
  21. "UUID": "{508B21D5-5250-4003-97EC-1CF28D571ACF}",
  22. "Name": "Normals",
  23. "SourceColor": "Linear",
  24. "DestColor": "Linear",
  25. "PixelFormat": "ASTC_4x4",
  26. "DiscardAlpha": true,
  27. "MaxTextureSize": 512,
  28. "IsPowerOf2": true,
  29. "MipRenormalize": true,
  30. "MipMapSetting": {
  31. "MipGenType": "Box"
  32. }
  33. },
  34. "ios": {
  35. "UUID": "{508B21D5-5250-4003-97EC-1CF28D571ACF}",
  36. "Name": "Normals",
  37. "SourceColor": "Linear",
  38. "DestColor": "Linear",
  39. "PixelFormat": "ASTC_4x4",
  40. "DiscardAlpha": true,
  41. "MaxTextureSize": 512,
  42. "IsPowerOf2": true,
  43. "MipRenormalize": true,
  44. "MipMapSetting": {
  45. "MipGenType": "Box"
  46. }
  47. },
  48. "mac": {
  49. "UUID": "{508B21D5-5250-4003-97EC-1CF28D571ACF}",
  50. "Name": "Normals",
  51. "SourceColor": "Linear",
  52. "DestColor": "Linear",
  53. "PixelFormat": "BC5s",
  54. "DiscardAlpha": true,
  55. "IsPowerOf2": true,
  56. "MipRenormalize": true,
  57. "MipMapSetting": {
  58. "MipGenType": "Box"
  59. }
  60. },
  61. "provo": {
  62. "UUID": "{508B21D5-5250-4003-97EC-1CF28D571ACF}",
  63. "Name": "Normals",
  64. "SourceColor": "Linear",
  65. "DestColor": "Linear",
  66. "PixelFormat": "BC5s",
  67. "DiscardAlpha": true,
  68. "IsPowerOf2": true,
  69. "MipRenormalize": true,
  70. "MipMapSetting": {
  71. "MipGenType": "Box"
  72. }
  73. }
  74. }
  75. }
  76. }