Parses a raw binary mesh batch blob (SLVA wire format) and creates Three.js meshes.
Use this entry point when the blob arrives as a binary WebSocket frame (Phase 1b transport):
the JSON envelope no longer carries displayData, so there's nothing to JSON.parse. The blob
is self-describing — materials, groups, and sourceComponentId come from its embedded metadata
header.
Parses a raw binary mesh batch blob (SLVA wire format) and creates Three.js meshes.
Use this entry point when the blob arrives as a binary WebSocket frame (Phase 1b transport): the JSON envelope no longer carries
displayData, so there's nothing toJSON.parse. The blob is self-describing — materials, groups, andsourceComponentIdcome from its embedded metadata header.