@takram/three-atmosphere
Version:
A Three.js and R3F implementation of Precomputed Atmospheric Scattering
16 lines (15 loc) • 541 B
text/typescript
export * from './AerialPerspectiveEffect'
export * from './AtmosphereMaterialBase'
export * from './AtmosphereParameters'
export * from './blackBodyChromaticity'
export * from './celestialDirections'
export * from './constants'
export * from './getAltitudeCorrectionOffset'
export * from './getSunLightColor'
export * from './PrecomputedTexturesLoader'
export * from './SkyLightProbe'
export * from './SkyMaterial'
export * from './StarsGeometry'
export * from './StarsMaterial'
export * from './SunDirectionalLight'
export * from './types'