UNPKG

three

Version:

JavaScript 3D library

11 lines (6 loc) 248 B
import { Color } from './../math/Color'; import { LightProbe } from './LightProbe'; export class AmbientLightProbe extends LightProbe { constructor( color?: Color | string | number, intensity?: number ); readonly isAmbientLightProbe: true; }