/** * Stable public entry point for the Sphere Impostors product block. * @module three-blocks/sphere-impostors */ export { SphereImpostorNodeMaterial } from './Materials/SphereImpostorNodeMaterial.js'; export type { SphereImpostorNodeMaterialParameters } from './Materials/SphereImpostorNodeMaterial.js'; export { sphereImpostorPosition } from './TSL/sphereImpostor.js'; export type { SphereImpostorPositionConfig } from './TSL/sphereImpostor.js'; export { SphereImpostorNormalNodeMaterial, SphereImpostorToonNodeMaterial, } from './Materials/SphereImpostorNodeMaterial.js'; export { sphereImpostorAlpha, sphereImpostorDepth, sphereImpostorNormal, sphereImpostorShadow, sphereImpostorSurfaceNormal, } from './TSL/sphereImpostor.js';