starry / backend /libs /three /lights /DirectionalLightShadow.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
import { OrthographicCamera } from './../cameras/OrthographicCamera';
import { LightShadow } from './LightShadow';
export class DirectionalLightShadow extends LightShadow {
camera: OrthographicCamera;
readonly isDirectionalLightShadow: true;
}