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

Type Parameters

  • T = any

Implemented by

Methods

Generated using TypeDoc