@stereograph/teiaviewer - v18.12.0-dev
    Preparing search index...

    Interface SerializedMesh

    interface SerializedMesh {
        geometryType: GeometryType;
        isInMeshGroup: boolean;
        isMeshGroup: boolean;
        isSerializedMesh: true;
        isSerializedObject3D: true;
        material: SerializedMeshStandardMaterial;
        matrixWorld: SerializedMatrix4;
        name: string;
        parentUuid: null | string;
        userData: AnyObject;
        uuid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    geometryType: GeometryType
    isInMeshGroup: boolean
    isMeshGroup: boolean
    isSerializedMesh: true
    isSerializedObject3D: true
    matrixWorld: SerializedMatrix4
    name: string
    parentUuid: null | string
    userData: AnyObject
    uuid: string