interface Asuka3DPartFocusOptions {
    animate?: boolean;
    materialId?: string;
    meshId?: string;
    normal?: [number, number, number];
    partId?: string;
    partLabel?: string;
    point?: [number, number, number];
    productId?: string;
    scope?: "part" | "root";
}

Properties

animate?: boolean
materialId?: string
meshId?: string
normal?: [number, number, number]
partId?: string
partLabel?: string
point?: [number, number, number]
productId?: string
scope?: "part" | "root"

root recenters the complete product group without changing zoom or orientation.