Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface MaterialGroup

    A group of meshes sharing the same material.

    interface MaterialGroup {
        materialId: number;
        meshes: MeshMetadata[];
    }
    Index

    Properties

    Properties

    materialId: number

    Reference to the material ID in the materials array

    meshes: MeshMetadata[]

    Individual meshes in this group