UNPKG

@takram/three-atmosphere

Version:
69 lines (68 loc) 3.22 kB
export declare const Length = "float"; export declare const Wavelength = "float"; export declare const Angle = "float"; export declare const SolidAngle = "float"; export declare const Power = "float"; export declare const LuminousPower = "float"; export declare const Dimensionless = "float"; export declare const InverseLength = "float"; export declare const Area = "float"; export declare const Volume = "float"; export declare const NumberDensity = "float"; export declare const Irradiance = "float"; export declare const Radiance = "float"; export declare const SpectralPower = "float"; export declare const SpectralIrradiance = "float"; export declare const SpectralRadiance = "float"; export declare const SpectralRadianceDensity = "float"; export declare const ScatteringCoefficient = "float"; export declare const InverseSolidAngle = "float"; export declare const LuminousIntensity = "float"; export declare const Luminance = "float"; export declare const Illuminance = "float"; export declare const AbstractSpectrum = "vec3"; export declare const DimensionlessSpectrum = "vec3"; export declare const PowerSpectrum = "vec3"; export declare const IrradianceSpectrum = "vec3"; export declare const RadianceSpectrum = "vec3"; export declare const RadianceDensitySpectrum = "vec3"; export declare const ScatteringSpectrum = "vec3"; export declare const Position = "vec3"; export declare const Direction = "vec3"; export declare const Luminance3 = "vec3"; export declare const Illuminance3 = "vec3"; export declare const Length2 = "vec2"; export type Length = typeof Length; export type Wavelength = typeof Wavelength; export type Angle = typeof Angle; export type SolidAngle = typeof SolidAngle; export type Power = typeof Power; export type LuminousPower = typeof LuminousPower; export type Dimensionless = typeof Dimensionless; export type InverseLength = typeof InverseLength; export type Area = typeof Area; export type Volume = typeof Volume; export type NumberDensity = typeof NumberDensity; export type Irradiance = typeof Irradiance; export type Radiance = typeof Radiance; export type SpectralPower = typeof SpectralPower; export type SpectralIrradiance = typeof SpectralIrradiance; export type SpectralRadiance = typeof SpectralRadiance; export type SpectralRadianceDensity = typeof SpectralRadianceDensity; export type ScatteringCoefficient = typeof ScatteringCoefficient; export type InverseSolidAngle = typeof InverseSolidAngle; export type LuminousIntensity = typeof LuminousIntensity; export type Luminance = typeof Luminance; export type Illuminance = typeof Illuminance; export type AbstractSpectrum = typeof AbstractSpectrum; export type DimensionlessSpectrum = typeof DimensionlessSpectrum; export type PowerSpectrum = typeof PowerSpectrum; export type IrradianceSpectrum = typeof IrradianceSpectrum; export type RadianceSpectrum = typeof RadianceSpectrum; export type RadianceDensitySpectrum = typeof RadianceDensitySpectrum; export type ScatteringSpectrum = typeof ScatteringSpectrum; export type Position = typeof Position; export type Direction = typeof Direction; export type Luminance3 = typeof Luminance3; export type Illuminance3 = typeof Illuminance3; export type Length2 = typeof Length2;