web3d / node_modules /three /src /lights /DirectionalLightShadow.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
206 Bytes
import { OrthographicCamera } from './../cameras/OrthographicCamera';
import { LightShadow } from './LightShadow';
export class DirectionalLightShadow extends LightShadow {
camera: OrthographicCamera;
}