/** * Centralized picker ID generator. Provides unique IDs for objects that need * to be identifiable during GPU-based picking operations. * * @type {NumericIds} * @ignore */ export const PickerId: NumericIds; import { NumericIds } from '../core/numeric-ids.js';