{
  "sceneGraphFlattening": {
    "method": "byOpacity",
    "preservedSceneDepth": 5,
    "nodeNamingScript": "assetID = node.parentName.split('_').slice(1,2).join('_'); idx = node.meshGroupIdx + 1; idxstr = node.meshGroupSize > 1 ? ('_' + (idx > 9 ? idx : '0' + idx)) : ''; 'geo_' + (node.isOpaque ? 'opq_' : 'trp_') + assetID + idxstr;"
  },
  "optimize": {
    "3dModelOptimizationMethod": {
      "meshAndMaterialOptimization": {
        "decimator": {
          "target": {
            "faces": {
              "value": 20000
            }
          },
          "materialOptimization": {
            "materialMerger": {
              "materialRegenerator": {
                "uvAtlasGenerator": {
                  "textureBaker": {},
                  "atlasMode": "separateAlpha"
                }
              }
            }
          }
        }
      }
    }
  },
  "export": [
    {
      "fileName": "export",
      "format": {
        "gltf": {}
      }
    }
  ]
}