Opt-in (InspectSceneModelParams.checkDenseGeometries).
Emits one GEOMETRY_OVER_BUDGET warning per geometry whose
vertex or primitive count exceeds the configured thresholds —
params.maxVertices (default 65535) and params.maxPrimitives
(default 32768).
Pairs with splitDenseGeometry, which splits
the geometry in half. Pieces still over the budget after the
split surface as new issues on the next inspection pass — the
user (or optimizeSceneModel) re-runs inspect → applyFixes
until the report converges.
Opt-in (InspectSceneModelParams.checkDenseGeometries). Emits one
GEOMETRY_OVER_BUDGETwarning per geometry whose vertex or primitive count exceeds the configured thresholds —params.maxVertices(default 65535) andparams.maxPrimitives(default 32768).Pairs with splitDenseGeometry, which splits the geometry in half. Pieces still over the budget after the split surface as new issues on the next inspection pass — the user (or optimizeSceneModel) re-runs inspect → applyFixes until the report converges.