@giro3d/giro3d
Version:
A JS/WebGL framework for 3D geospatial data visualization
8 lines • 388 B
TypeScript
import type GUI from 'lil-gui';
import type Instance from '../core/Instance';
import type Atmosphere from '../entities/Atmosphere';
import EntityInspector from './EntityInspector';
export default class AtmosphereInspector extends EntityInspector<Atmosphere> {
constructor(parentGui: GUI, instance: Instance, atmosphere: Atmosphere);
}
//# sourceMappingURL=AtmosphereInspector.d.ts.map