ThreePipe
    Preparing search index...

    Interface IObjectProcessor

    interface IObjectProcessor {
        processObject: (object: IObject3D) => void;
    }
    Index

    Properties

    Properties

    processObject: (object: IObject3D) => void