UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

15 lines 571 B
import { Object3D } from 'three'; /** * @deprecated use {@link IObject3D.autoCenter} instead, or {@link iObjectCommons.autoCenter} * @param obj */ export declare function autoCenterObject3D(obj: Object3D): any; /** * @deprecated use {@link IObject3D.autoScale} instead, or {@link iObjectCommons.autoScale} * @param obj * @param autoScaleRadius * @param isCentered * @param setDirty */ export declare function autoScaleObject3D(obj: Object3D, autoScaleRadius?: number, isCentered?: boolean, setDirty?: boolean): any; //# sourceMappingURL=object-transform.d.ts.map