UNPKG

@takram/three-atmosphere

Version:
10 lines (8 loc) 353 B
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