download
raw
337 Bytes
import { LightShadow } from './LightShadow.js';
import { OrthographicCamera } from '../cameras/OrthographicCamera.js';
class DirectionalLightShadow extends LightShadow {
constructor() {
super( new OrthographicCamera( - 5, 5, 5, - 5, 0.5, 500 ) );
this.isDirectionalLightShadow = true;
}
}
export { DirectionalLightShadow };

Xet Storage Details

Size:
337 Bytes
·
Xet hash:
41603c5fef110e236d375f10b9965c5bb239f91027028181d2ff6c10da733333

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