Raw blob bytes from a binary WebSocket frame.
Optionaloptions: MeshBatchParsingOptions & { scaleFactor?: number }Rendering options.
OptionalscaleFactor?: numberScale factor to apply to meshes (e.g., for unit conversion)
Promise resolving to array of Three.js mesh objects.
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.