@takram/three-atmosphere
Version:
A Three.js and R3F implementation of Precomputed Atmospheric Scattering
7 lines (6 loc) • 338 B
TypeScript
import { OverwriteMathProps } from '@takram/three-geospatial/r3f';
import { AtmosphereMaterialProps } from '../AtmosphereMaterialBase';
export declare function separateProps<T extends OverwriteMathProps<AtmosphereMaterialProps>>(params: T): [
OverwriteMathProps<AtmosphereMaterialProps>,
Omit<T, keyof AtmosphereMaterialProps>
];