ThreePipe
    Preparing search index...

    Class PlaneGeometryGenerator

    Abstract base class for geometry generators.

    Provides the framework for generating parametric geometries with automatic UI configuration and buffer management. Subclasses implement _generateData to define the actual vertex/index data for a specific geometry type.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    defaultGeometryClass?: () => Class<
        IGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
    > = ...
    defaultMaterialClass?: () => Class<IMaterial<IMaterialEventMap>> = ...
    defaultMeshClass: () => Class<
        IObject3D<
            IObject3DEventMap,
            undefined
            | IGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
            undefined | IMaterial<IMaterialEventMap> | IMaterial<IMaterialEventMap>[],
        >,
    > = ...
    defaultParams: PlaneGeometryGeneratorParams = ...
    type: string

    Methods