@takram/three-atmosphere
Version:
A Three.js and R3F implementation of Precomputed Atmospheric Scattering
10 lines (8 loc) • 353 B
text/typescript
import _common from './common.glsl?raw'
import _definitions from './definitions.glsl?raw'
import _precompute from './precompute.glsl?raw'
import _runtime from './runtime.glsl?raw'
export const runtime: string = _runtime
export const common: string = _common
export const definitions: string = _definitions
export const precompute: string = _precompute