interface Asuka3DProductOptions {
    centerDuringFocus?: boolean;
    centerGroup?: boolean;
    centerInView?: boolean;
    centerOnAdd?: boolean;
    centerOnTransform?: boolean;
    lockCameraTarget?: boolean;
}

Properties

centerDuringFocus?: boolean

Keep the camera target centered during part-focus animations.

centerGroup?: boolean

Keep the complete product group centered around the scene origin. Defaults to true.

centerInView?: boolean

Keep the camera target on the product group center.

centerOnAdd?: boolean

Recenter the product group immediately after adding a product.

centerOnTransform?: boolean

Recenter the product group whenever one product is moved.

lockCameraTarget?: boolean

Disable manual camera target panning while preserving orbit and zoom.