threepipe
Version:
A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.
8 lines • 369 B
TypeScript
import { Light } from 'three';
import { IUiConfigContainer } from 'uiconfig.js';
import { AHelperWidget } from './AHelperWidget';
export declare abstract class ALightHelperWidget extends AHelperWidget {
light: (Light & IUiConfigContainer) | undefined;
protected constructor(object: Light & IUiConfigContainer);
}
//# sourceMappingURL=ALightHelperWidget.d.ts.map