/// /** * Stable package root. * * Only manifest-approved stable product facades are exported here. Experimental * products and advanced extensions use `experimental/*`; platform APIs use their * explicit integration subpaths. * @module three-blocks */ export { MSDFText, BatchedMSDFText } from './msdf-text.js'; export { ComputeMeshSurfaceSampler, ComputeMeshDynamicSurfaceSampler, ComputeBVHSampler, } from './surface-sampling.js'; export { ComputeInstanceCulling } from './instance-culling.js'; export { Boids } from './boids.js'; export { PBF } from './pbf.js'; export { SPH } from './sph.js'; export { SphereImpostorNodeMaterial, sphereImpostorPosition, } from './sphere-impostors.js'; export { filmHD, kuwahara, fresnel, parallaxOcclusion, biplanarTexture, } from './core-tsl-effects.js';