threepipe
Version:
A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.
15 lines • 571 B
TypeScript
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