Math3D Full Project API
    Preparing search index...
    type GeometryObjectRegistryEntry = {
        build: (
            params: Record<string, number | boolean | string>,
        ) => THREE.BufferGeometry;
        defaultParams: Record<string, number | boolean | string>;
        label: string;
        params: GeometryParamDef[];
        type: GeometryObjectType;
    }
    Index

    Properties

    build: (
        params: Record<string, number | boolean | string>,
    ) => THREE.BufferGeometry
    defaultParams: Record<string, number | boolean | string>
    label: string