DisplayBatch object
Optionaloptions: MeshBatchParsingOptions & { scaleFactor?: number }Rendering options
OptionalscaleFactor?: numberScale factor to apply to meshes (e.g., for unit conversion)
Optional Internaltelemetry: ParseTelemetryTimings threaded from an outer entry point; not a caller option.
Promise resolving to array of Three.js mesh objects
Parses a DisplayBatch object and creates Three.js meshes from its mesh blob.
The path is synchronous internally —
parseBinaryMeshBatchdoes no IO, just typed-array views over the blob. The function staysasyncso callers don't have to change shape if we move parsing into a worker later.