Utilities for generating reports and statistics during model conversion.
Remarks
The manifest submodule provides manifest reports describing the files and structure of a conversion.
The stats submodule provides statistics and metrics about the conversion process.
The inspection submodule serialises the per-SceneModel inspection results into a JSON-ready report.
optimization/createOptimizationReport reports what the inspector's auto-fixer changed, per SceneModel.
conversion/createConversionReport reports per-output conversion fidelity — what each exporter dropped or
flattened because the target format couldn't represent it (e.g. triplanar textures), classifying each
output ok / lossy / failed.
Model Converter Reporters
Utilities for generating reports and statistics during model conversion.
Remarks
optimization/createOptimizationReportreports what the inspector's auto-fixer changed, per SceneModel.conversion/createConversionReportreports per-output conversion fidelity — what each exporter dropped or flattened because the target format couldn't represent it (e.g. triplanar textures), classifying each outputok/lossy/failed.