custom_config.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "ao:enabled": false,
  3. "ao:filterRadius": 5,
  4. "ao:replaceMissingAlbedo": true,
  5. "ao:textureSamples": 8,
  6. "ao:vertexSamples": 100,
  7. "baking:baseColorMapResolution": 2048,
  8. "baking:displacementMapResolution": 2048,
  9. "baking:forcedDisplacementMax": 0,
  10. "baking:forcedDisplacementMin": 0,
  11. "baking:generateDisplacement": false,
  12. "baking:generateNormal": true,
  13. "baking:metallicMapResolution": 1024,
  14. "baking:normalMapResolution": 1024,
  15. "baking:occlusionMapResolution": 1024,
  16. "baking:roughnessMapResolution": 1024,
  17. "baking:sampleCount": 8,
  18. "baking:tangentSpaceNormals": true,
  19. "decimation:boundaryPreservationFactor": 0.5,
  20. "decimation:collapseDistanceThreshold": 0.050000000000000003,
  21. "decimation:collapseUnconnectedVertices": true,
  22. "decimation:defaultTarget": "f:20000",
  23. "decimation:method": "quadric",
  24. "decimation:preserveTopology": false,
  25. "decimation:qualityWeight": 0,
  26. "decimation:recomputeNormals": true,
  27. "export:baseColorMapFormat": "auto",
  28. "export:centerModel": false,
  29. "export:displacementMapFormat": "auto",
  30. "export:displacementToNormalMapAlpha": false,
  31. "export:emissiveMapFormat": "auto",
  32. "export:geometryCompression": "none",
  33. "export:metallicMapFormat": "auto",
  34. "export:normalMapFormat": "png",
  35. "export:occlusionMapFormat": "auto",
  36. "export:preferBinaryFormat": true,
  37. "export:roughnessMapFormat": "auto",
  38. "export:textureMapFilePrefix": "",
  39. "export:unlitMaterials": false,
  40. "general:maxConcurrentThreads": 0,
  41. "general:normalsHardAngleDeg": 180,
  42. "geoCompression:normalQuantization": 10,
  43. "geoCompression:positionQuantization": 14,
  44. "geoCompression:uvQuantization": 12,
  45. "import:rotateZUp": false,
  46. "inpainting:radius": 32,
  47. "logging:infoLevel": 3,
  48. "material:defaultBaseColor": "1 1 1",
  49. "material:defaultMetallic": 0.20000000000000001,
  50. "material:defaultRoughness": 0.40000000000000002,
  51. "packing:chartPadding": 0.00048828125,
  52. "remeshing:quadDominant": false,
  53. "rendering:background": "transparent",
  54. "rendering:cameraPosition": "auto",
  55. "rendering:cameraUpVector": "0 1 0",
  56. "rendering:cameraViewVector": "0 0 -1",
  57. "rendering:imageHeight": 1024,
  58. "rendering:imageWidth": 1024,
  59. "rendering:sampleCount": 1,
  60. "rendering:shadingMode": "pbr",
  61. "rendering:showBackFaces": false,
  62. "segmentation:chartAngleDeg": 130,
  63. "segmentation:cutAngleDeg": 88,
  64. "segmentation:maxPrimitivesPerChart": 10000,
  65. "unwrapping:cutOverlappingPieces": true,
  66. "unwrapping:method": "isometric"
  67. }