download
raw
233 Bytes
import { Light } from './Light.js';
class AmbientLight extends Light {
constructor( color, intensity ) {
super( color, intensity );
this.isAmbientLight = true;
this.type = 'AmbientLight';
}
}
export { AmbientLight };

Xet Storage Details

Size:
233 Bytes
·
Xet hash:
937a8736db73d8e7c2120473ddcffa420d3a3efb2b4503de891b80f3a4a9a518

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.