@luma.gl/engine
Version:
3D Engine Components for luma.gl
7 lines • 320 B
JavaScript
// luma.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors
import { picking as shadertoolsPicking } from '@luma.gl/shadertools';
/** @deprecated Use `picking`/`colorPicking` for object picking. */
export const legacyColorPicking = shadertoolsPicking;
//# sourceMappingURL=legacy-color-picking.js.map