/** Etapa 2: place character on bottle anchor. */
export function getDefaultPlacement() {
  return { x: 0, y: 0, z: 0, scale: 1 };
}
