Threepipe Geometry Generator Plugin
    Preparing search index...

    Interface GeometryGenerator<T>

    interface GeometryGenerator<T = any> {
        createUiConfig(geometry: IGeometry): UiObjectConfig<any, string, any>[];
        generate(
            g?: IGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
            parameters?: T,
        ): IGeometry;
    }

    Type Parameters

    • T = any

    Implemented by

    Index

    Methods