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