ThreePipe
    Preparing search index...

    Variable iGeometryCommonsConst

    iGeometryCommons: {
        center2: (
            this: IGeometry,
            offset?: Vector3,
            keepWorldPosition?: boolean,
            setDirty?: boolean,
        ) => () => void;
        makeUiConfig: (this: IGeometry) => UiObjectConfig;
        refreshUi: (this: IGeometry) => void;
        setDirty: (this: IGeometry, options?: IGeometrySetDirtyOptions) => void;
        upgradeGeometry: (
            this: IGeometry,
        ) => IGeometry<NormalBufferAttributes, BufferGeometryEventMap>;
    } = ...

    Type declaration