download
raw
387 Bytes
import { SpotLight } from 'three';
class IESSpotLight extends SpotLight {
constructor( color, intensity, distance, angle, penumbra, decay ) {
super( color, intensity, distance, angle, penumbra, decay );
this.iesMap = null;
}
copy( source, recursive ) {
super.copy( source, recursive );
this.iesMap = source.iesMap;
return this;
}
}
export default IESSpotLight;

Xet Storage Details

Size:
387 Bytes
·
Xet hash:
876927a1e19158ba7e1f6551abb30643ce08e79578dc7ac206c94a45caef2f15

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