Selva Compute API Reference - v2.1.0
    Preparing search index...

    Interface BinaryMeshMetadata

    Metadata JSON embedded inside the binary blob.

    This is the mesh-blob subset of a DisplayBatch minus the compressedData field (the blob is opaque to its own metadata header). Kept separate from the public DisplayBatch type because the blob's metadata never carries compressedData itself — it would be circular.

    interface BinaryMeshMetadata {
        groups: MaterialGroup[];
        materials: SerializableMaterial[];
        sourceComponentId?: string;
    }
    Index

    Properties

    groups: MaterialGroup[]
    sourceComponentId?: string