Threepipe Geometry Generator Plugin
    Preparing search index...

    Class LineGeometryGenerator

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    curveUiConfigs: Record<
        string,
        {
            ctor?: Class<SupportedCurveTypes>;
            getUiConfig: (curve: SupportedCurveTypes) => UiObjectConfig["children"];
            vals: Record<string, string>;
        },
    > = {}
    defaultGeometryClass: () => Class<
        IGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
    > = ...
    defaultMaterialClass: () => Class<IMaterial<IMaterialEventMap>> = ...
    defaultMeshClass: () => Class<
        IObject3D<
            IObject3DEventMap,
            undefined
            | IGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
            undefined | IMaterial<IMaterialEventMap> | IMaterial<IMaterialEventMap>[],
        >,
    > = ...
    defaultParams: LineGeometryGeneratorParams = ...
    type: string
    UseMeshLines: boolean = true

    Methods