Threepipe Geometry Generator Plugin
    Preparing search index...

    Class SphereGeometryGenerator<Tt>

    Type Parameters

    • Tt extends string = "sphere"

    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: SphereGeometryGeneratorParams = ...
    type: Tt

    Methods