export interface IFitToBox { object: THREE.Box3; transition: boolean; padding?: { top: number; left: number; bottom: number; right: number; }; }