Parses a DisplayBatch object and creates Three.js meshes from its mesh blob.
The path is synchronous internally — parseBinaryMeshBatch does no IO, just typed-array views
over the blob. The function stays async so callers don't have to change shape if we move
parsing into a worker later.
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.